{% load i18n %} {% if not el.amends.subject and not el.subject %} {% if el.amends.title %} {{ el.amends.title }} {% endif %} {% if el.title %} {{ el.title }} {% endif %} {% elif el.cancelled %} {{ el.subject.short_name }} {% elif el.subject and el.amends.subject %} {{ el.amends.subject.short_name }} {{ el.subject.short_name }} {% elif el.subject and not el.amends.subject %} {% include "chronos/partials/subject.html" with subject=el.subject %} {% else %} {% include "chronos/partials/subject.html" with subject=el.amends.subject %} {% endif %}