{% autoescape off %}{% with current_resources=doc.docextresource_set.all %}
{{ submitter_info }} has requested changes to the additional resources for 
{{ doc }}:

{% if current_resources %}Currently, the additional resources for this document are:
{% for res in current_resources %}
{{ res.to_form_entry_str }}{% endfor %}{% else %}Currently, this document has no additional resources.{% endif %}

{% if requested_resources %}It is requested that the additional resources be changed to:
{% for res in requested_resources %}
{{ res.to_form_entry_str }}{% endfor %}{% else %}It is requested that the additional resources be removed.{% endif %}

If this is an acceptable change, please visit

  {{ doc_url }}

and edit the additional resources accordingly.
{% endwith %}{% endautoescape %}
