{% extends "entity.html" %} {%block page_title %} {{ title }} {% endblock %} {% block localnav %}

{{ title }} ({{ entity.type }})

{% endblock %} {%block content %} {{ super() }} {% if entity.comments %}

Comments

top
    {% for c in entity.comments %}
  1. {{c.detailed_view | safe}}
  2. {% endfor %}
{% endif %} {% endblock %}