{% extends "entity.html" %} {%block page_title %} {{ title }} {% endblock %} {%block content %} {{ super() }} {% if entity.tasks %}

Tasks linked to this component

    {% for t in entity.tasks %}
  1. {{t.title}}
  2. {% endfor %}
{% endif %} {% endblock %}