{% extends 'email_layout.html' %} {% block title %} {% trans %}Notification{% endtrans %} {% endblock title %} {% block body %}

{% trans username=(user.fullname or user.username) %}Hey {{ username }},{% endtrans %}

{% trans %}You are receiving this email to notify you about your backups.{% endtrans %}

{# Quota Usage #} {{ storage_usage(disk_quota, disk_usage) }} {# 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 %}