{% if updates %} {% for update in updates %}

{{ update.date }}

{% for item in update.updateitem_set.all %}

{{ item.item }}

{{ item.description|linebreaks }}

{% endfor %} {% endfor %} {% else %}

No updates to mention.

{% endif %}