{% extends 'email/base.html' %} {% block content %}

{% trans document_title=document_title %} The document {{ document_title }} has a new revision that is ready for localization. {% endtrans %}

{{ _('Localize the document') }}

{% if diff %}

{{ _('Changes:') }}

{{ diff|safe }}
{% endif %}

{{ _('Text of the new revision:') }}

{{ fulltext|safe }}
{% endblock %}