{% load tz %}
{{ category|title|upper }}: {{ title }}
{% if visit_schedule %}{{ visit_schedule }}
{% endif %}
{% if form_and_numbers %}
{% for form, numbers in form_and_numbers %}
{{ form }} - {{ numbers }}
{% endfor %}
{% endif %}
Modified {{ modified|timesince:utcnow }} ago {% if auto %}[Auto]{% endif %}