{% extends "scipost/base.html" %} {% block pagetitle %}: Tasklist{% endblock %} {% block content %}
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 %}
|