{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load tz %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block title %}Comment Session {% endblock %} {% block main %}

Comments {{ plannedession.name }}

  • {% for c in comments %}

    {{ c.created }} {{ c.user.first_name }} {{ c.user.last_name }}

    {{ c.comment }}

    {% endfor %}
    {{ form.as_table }}
    {% csrf_token %}
{% endblock %} {% block sidebar %} {% if 'racing' in active %} {% include 'menu_racing.html' %} {% else %} {% include 'menu_plan.html' %} {% endif %} {% endblock %}