{% extends "ledger/base.html" %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% block page_template_title %} {{ title }} {% endblock page_template_title %} {% block page_topic %}
| {% trans "Name" %} | {% trans "Division" %} | {% trans "Year" %} | {% trans "Month" %} | {% trans "Last Generation" %} | {% trans "Hash" %} | {% for file in files %} |
|---|---|---|---|---|---|---|
| {{ file.topic }} | {{ file.division_id }} | {{ file.year }} | {{ file.month }} | {{ file.last_updated|timesince }} | {{ file.hash }} |
{% translate "Download" %} {% translate "Update now" %} |
| {% translate "No export files found." %} | ||||||