Remembrances
{% if remembrances %} {% for a in remembrances %} {% load typogrify markup %}
{% if a.photos.all %}
{% load convert_tags %}
{% for p in a.photos.all %}
{% endif %}
{{a.body|urlize|markdown|typogrify}}
{% thumbnail p.image.url "178" %}
{% endfor %} {% endif %}{{a.name}}
{% if a.military %}
{% endfor %} {% else %}
There are no remembrances at this time.
{% endif %}