{% extends "cvkbrnobase.html" %} {% load i18n %} {% load staticfiles %} {% load rowerfilters %} {% block title %}{% trans "View Outing" %}{% endblock %} {% block content %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %}
| {% trans "Date" %} | {% trans "Rower" %} | {% trans "Status" %} |
|---|---|---|
| {{ outing.starttime }} | {{ outing.rower.user.first_name }} {{ outing.rower.user.last_name }} | {% trans outing.status %} |