{% extends "cvkbrnobase.html" %} {% load i18n %} {% load static %} {% load rowerfilters %} {% block title %}{% trans "Return from outing" %} {% endblock %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}

{% trans "Return from outing" %}

{{ outing.boat.boatcode }} {{ outing.boat.boatname }}

{% trans "Please check the boat" %}

{{ form.as_table }}
{% csrf_token %}
{% endblock %}