{% extends 'memberaudit/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}
{% translate 'Name' %} | {% translate 'Description' %} | {% translate 'Rows' %} | {% translate 'Export file age' %} | {% for topic in topics %} |
---|---|---|---|---|
{{ 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 %}