{% extends 'email_layout.html' %} {% block title %} {% if repos %} {% trans %}Backup inactive{% endtrans %} {% else %} {% trans %}Notification{% endtrans %} {% endif %} {% endblock title %} {% block body %}
{% trans %}You are receiving this email to notify you about your backups.{% endtrans %}
{# Quota Usage #} {{ storage_usage(disk_usage, disk_quota) }} {# Inactive repo #} {% if repos %}{% trans %}The following repositories are inactive for some time. We invite you to have a look at your last backup schedule.{% endtrans %}
{% trans %}If you don't want to be notify about this. You need to review your user preferences.{% endtrans %}
{% endif %} {% endblock body %}