{% extends 'base.html' %} {% load filters %} {% block title %}{{ Block.name }}{% endblock %} {% block content %}
{{ task.name }} |
{% with mark=task|mark_for_task:user %}
{% if mark|marked %}
{{ mark }}
{% endif %}
{% endwith %}
|