15 lines
468 B
HTML
15 lines
468 B
HTML
<div class="modal modal-explr-picker modal-node-player-explr-picker modal-node-player">
|
|
<h2>
|
|
{{ l.common_pick_element }}
|
|
</h2>
|
|
{% with use_href=False %}
|
|
{% include 'fleet/node-players/component/explr-sidebar.jinja.html' %}
|
|
{% endwith %}
|
|
|
|
|
|
<div class="actions">
|
|
<button type="button" class="btn btn-naked picker-close">
|
|
<i class="fa fa-close icon-left"></i>{{ l.common_close }}
|
|
</button>
|
|
</div>
|
|
</div> |