{% extends "dictionary/user/preferences/index.html" %} {% load humanize i18n %} {% block title %}{% translate "backup" context "titleblock" %}{% endblock %} {% block content_preferences %}
{% blocktranslate trimmed %} you can request a backup file that will include all of your published entries and archived conversations. the output file will be in JSON format. you can only create one backup file per day. {% endblocktranslate %}
{% if last_backup %}{% if last_backup.is_ready %} {% url "user_preferences_backup_download" as download_url %} {% blocktranslate with date=last_backup.date_created %}click here to download the backup file you requested on {{ date }}{% endblocktranslate %} {% else %} {% translate "you have a pending backup. you will be notified when its ready." %} {% endif %}
{% else %}{% translate "you have yet to request a backup." %}
{% endif %} {% endblock %}