{% load djblets_deco djblets_utils gravatars i18n reviewtags tz %}
{% if siteconfig_settings.integration_gravatars %} {% gravatar review_request.submitter 48 %} {% endif %}
{% definevar "boxclass" %}changedesc {{entry.class}}{% enddefinevar %} {% box boxclass %}
{% trans "Review request changed" %}
{% localtime on %}{% blocktrans with entry.changedesc.timestamp as timestamp and entry.changedesc.timestamp|date:"c" as timestamp_raw %}{% endblocktrans %}{% endlocaltime %}
{% if entry.new_status %}

{% trans "Status:" %} {% if entry.new_status == 'submitted' %} {% trans "Closed (submitted)" %} {% elif entry.new_status == 'discarded' %} {% trans "Discarded" %} {% elif entry.new_status == 'pending' %} {% trans "Re-opened" %} {% endif %}

{% endif %} {% if entry.changedesc.text %}

{% trans "Change Summary:" %}

{{entry.changedesc.text|render_markdown:entry.changedesc.rich_text}}
{% endif %} {% for group in entry.fields_changed_groups %} {% if group.inline %} {% for fieldinfo in group.fields %} {% if fieldinfo.rendered_html %} {% endif %} {% endfor %}

{{fieldinfo.title}}:

{{fieldinfo.rendered_html}}
{% else %}
    {% for fieldinfo in group.fields %} {% if fieldinfo.rendered_html %}
  • {{fieldinfo.title}}:

    {{fieldinfo.rendered_html}}
  • {% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endbox %}