{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block head %} {% endblock %} {% block page %}
{{ issue.task.text|markdown }}
{% if issue.dates %}{{ dates.0 | date:"DATE_FORMAT" }}
- {{ dates.1 | date:"DATE_FORMAT" }}
{{ dates.0 | date:"DATE_FORMAT" }}
{% endif %} {% endfor %} {% endif %}{% trans 'This task is active, because of the answers to the following questions:' %}
{{ question.text }}
{% endfor %} {% for value in source.values %}{{ value.value_and_unit }}
{% endfor %}{{ issue.get_status_display }}