{% extends "cvkbrnobase.html" %} {% load i18n %} {% load static %} {% load rowerfilters %} {% block title %}{% trans "Boats Admin" %}{% endblock %} {% block content %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %}| {% trans "Code" %} | {% trans "Name" %} | {% trans "Status" %} | {% trans "Edit" %} |
|---|---|---|---|
| {{ boat.boatcode }} | {{ boat.boatname }} | {% trans boat.status %} | E |
| {% trans "Date" %} | {% trans "Name" %} | {% trans "Rower" %} | {% trans "Status" %} |
|---|---|---|---|
| {{ outing.starttime }} | {{ outing.boat.boatname }} | {{ outing.rower.user.first_name }} {{ outing.rower.user.last_name }} | {% trans outing.status %} |