{% extends 'team_base.html' %} {% load commonmark %} {% block title %} {{ task.name }} {% endblock %} {% block team_content %}

Task: {{ task.name }} ({% if not task.completed %}Not {% endif %}Completed)

{{ task.description|untrustedcommonmark }}
{% endblock %}