{% load i18n %} {% load tz %} {% get_current_language as LANGUAGE_CODE %} {% language LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} {% get_current_language_bidi as LANGUAGE_BIDI %} CVK Brno {% block meta %} {% endblock %}

{% trans "Welcome," %} {{ user.first_name }}

{% if user.is_authenticated %}

{% trans "Password Change" %}

{% else %}

{% trans "Forgotten Password?" %}

{% endif %}

{% trans "Worked hours" %}: {{ worked_hours }}

{% if user.is_authenticated %}

{% trans "Meterboard" %}

{% else %}

 

{% endif %}
{% if thisclub_admin %}

{% trans "Members Work" %}

{% else %}

 

{% endif %}
{% if user.is_authenticated %}

{% trans "Go Rowing" %}

{% else %}

 

{% endif %}
{% if user.is_authenticated %}

{% trans "Reservations" %}

{% else %}

 

{% endif %}
{% if thisclub_admin %}

{% trans "Boats" %}

{% else %}

 

{% endif %}
{% if thisclub_admin %}

{% trans "Members" %}

{% else %}

 

{% endif %}
{% if thisclub_admin %}

{% trans "Transport" %}

{% else %}

 

{% endif %}
{% if thisclub_admin %}

{% trans "Categories" %}

{% else %}

 

{% endif %}
{% if user.is_authenticated %}

{% trans "logout" %}

{% else %}

 

{% endif %}
{% block message %} {% if message %}

{{ message }}

{% endif %} {% if successmessage %}

{{ successmessage }}

{% endif %} {% endblock %}
{% timezone "Europe/Paris" %} {% block content %}{% endblock %} {% endtimezone %}
{% block footer %}
{% endblock %}
{% endlanguage %}