{% 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. 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 %}

{% endblock body %}