{% extends 'email/base.html' %} {% block content %}
{% if approved %} {% trans reviewer=display_name(reviewer) %} A revision you contributed to has been approved. {{ reviewer }} has approved a revision to the document {{ document_title }}. {% endtrans %} {% else %} {% trans reviewer=display_name(reviewer) %} A revision you contributed to has been reviewed. {{ reviewer }} has reviewed a revision to the document {{ document_title }}. {% endtrans %} {% endif %}
{{ _('Message from the reviewer:') }}