{% extends 'fleetcomp/base.html' %} {% load i18n %} {% load humanize %} {% block content %} {% for snapshot in snapshots %} {% endfor %}
{% translate "Fleet commander" %} {% translate "Member count" %} {% translate "Timestamp" %}
{{ snapshot.commander }} {{ snapshot.count_members }} {{ snapshot.timestamp_str }}
{% endblock %} {% block extra_javascript %} {% include "bundles/datatables-js-bs5.html" %} {% include 'bundles/datatables-css-bs5.html' %} {% include "bundles/filterdropdown-js.html" %} {% endblock %} {% block header_nav_user_character_control %} {% include "fleetcomp/overrides/top-menu-rh-fleetcomp.html" %} {% endblock %}