{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Course Standards List{% endblock %} {% block scripts %} {% endblock %} {% block main %}

Standards Collections

  • {% if standards %}

    {% for standard in standards %} {% endfor %}
    Name Maintainer
    {{ standard.name }} {{ standard.manager.first_name }} {{ standard.manager.last_name }} {% if standard.manager == user %} {{ standard.name }} {% else %} {{ standard.name }} {% endif %}

    {% else %}

    No standards found

    {% endif %}
  • {{ searchform }}

    Add Standards

  • How-to

    A set of Course Standard Times allows you to calculate a score for each participant on how well they have done against the course standard time for their category. This allows for comparison and competition between the different categories.

{% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}