{{ task.title }}

{% if task.due_date %} Due: {{ task.due_date|timeuntil }} {% endif %}
{% for action in task.actions|slice:":2" %}{{ action.as_html|safe }}{% endfor %} {% if task.actions|length > 2 %}
{% endif %}