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

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

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

Tasks linked to {{entity.title}}

top
    {% for t in entity.tasks %}
  1. {{t.html_summarized_view | safe}}
  2. {% endfor %}
{% endif %} {% endblock %}