{% extends "marketmanager/base-bs5.html" %} {% load i18n %} {% load humanize %} {% load static %} {% block page_title %} {% translate "Market Watches" %} {% endblock page_title %} {% block header_nav_brand %} {% translate "Market Watches" %} {% endblock header_nav_brand %} {% block header_nav_collapse_left %} {% comment %} Empty this block out {% endcomment %} {% endblock header_nav_collapse_left %} {% block content %} {% comment %} for structure in structures, return the watches {% endcomment %} {% for watchconfig in watchconfigs %} {% endfor %}
{% translate "EVE Type" %} {% translate "Missing Quantity" %}
{{ watchconfig.eve_type.name }} {{ watchconfig.missing_volume }}
{% endblock content %} {% block extra_script %} $(document).ready( function () { $('#table-market-watches').DataTable({ lengthMenu: [ [10, 25, 50, 100, -1], [10, 25, 50, 100, 'All'], ], "stateSave": true, "stateDuration": 0 }); } ); {% endblock extra_script %}