{% extends 'email_layout.html' %} {% block title %} {% trans %}Upgrade available for {{ header_name }}{% endtrans %} {% endblock title %} {% block body %}

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

{% trans %}A new version of {{ header_name }} backup management system is now available for upgrade. It's recommend that you upgrade your server to take advantage of the enhancements and bug fixes included in this version.{% endtrans %}

{% trans %}If you don't want to be notify about this. You need to review your server configuration.{% endtrans %}

{% endblock body %}