{% extends 'base.html' %} {% load filters %} {% block title %}{{ Block.name }}{% endblock %} {% block content %}

{{ Block.name }} {% if can_edit %} {% endif %}

Таски
{% for task in Block.tasks %} {% endfor %}
{{ task.name }} {% with mark=task|mark_for_task:user %} {% if mark|marked %}
{{ mark }}
{% endif %} {% endwith %}
{% if Block.show_rating %} Рейтинг {% endif %} Сообщения
{% if Block.opened %} Открыто для просмотра {% else %} Закрыто для просмотра {% endif %}
Доступно с {{ Block.time_start }} до {{ Block.time_end }} {% endblock %}