{% extends 'fleetcomp/base.html' %} {% load i18n %} {% load humanize %} {% block content %} {% for snapshot in snapshots %} {% endfor %}
{% 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 %}