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

{% translate 'Topics' %}

{% for topic in topics %} {% endfor %}
Name Description Rows 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 %}

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

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