{% extends 'memberaudit/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}

{% translate 'Topics' %}

{% for topic in topics %} {% endfor %}
{% translate 'Name' %} {% translate 'Description' %} {% translate 'Rows' %} {% translate 'Export file age' %}
{{ topic.title }} {{ topic.description }} {{ topic.rows|intcomma }} {{ topic.last_updated_at|timesince|default:"no file" }} {% if topic.has_file %} Download {% else %} Download {% endif %} {% if topic.update_allowed %} Update now {% else %} Update now {% endif %}

{% blocktranslate with amount_of_characters=character_count|intcomma %} Export files contain the complete data of all {{ amount_of_characters }} characters known to Member Audit. They are in CSV format and zipped. Existing export files can updated after {{ minutes_until_next_update }} minutes. {% endblocktranslate %}

{% endblock details %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}