{% extends "base.html" %} {% block meta %} {% endblock meta %} {% block title %} D-Scan {{token}} {% endblock title %} {% block content %}
{% for category, ships, groups in data %}
{% for ship in ships.0 %} {% endfor %}
{{ship.count}}{{ship.name}}
{% for group in groups %} {% endfor %}
{{group.count}}{{group.name}}
{% endfor %}
{% endblock content %} {% block scripts %} {% endblock scripts %}