{% extends 'memberaudit/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}
Name | Description | Rows | 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 %} |
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.