{% for task in tasks %} {% endfor %}
Loading
Type Name Due Actions
{{ task.kind.name }} {{ task.title }} {{ task.due_date }} {% for action in task.actions|slice:":2" %}{{ action.as_html|safe }}{% endfor %} {% if task.actions|length > 2 %}
{% endif %}