{% trans "Review request changed" %}
{% localtime on %}{% blocktrans with entry.changedesc.timestamp as timestamp and entry.changedesc.timestamp|date:"c" as timestamp_raw %}Updated ({{timestamp}}){% endblocktrans %}{% endlocaltime %}
{% if entry.new_status %}
{% for fieldinfo in group.fields %}
{% if fieldinfo.rendered_html %}
{% else %}
{% 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|markdown_escape:entry.changedesc.rich_text}}{% endif %} {% for group in entry.fields_changed_groups %} {% if group.inline %}
{{fieldinfo.title}}: |
{{fieldinfo.rendered_html}} |
---|
-
{% for fieldinfo in group.fields %}
{% if fieldinfo.rendered_html %}
-
{{fieldinfo.title}}:
{{fieldinfo.rendered_html}}
{% endif %}
{% endfor %}