{% extends "base_logged_in.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "pas.templates.index.title"%}{% endblock %} {% block content %}
{% include "toolbar_pas.html" %}
{% if show_pas_nase %} {% endif %} {% if show_pas_potvrdit %} {% endif %}

{% trans "pas.templates.index.cardZapsatNalez.title" %}


{% trans "pas.templates.index.cardZapsatNalez.text" %}

{% trans "pas.templates.index.cardMojeNalezy.title" %}


{% trans "pas.templates.index.cardMojeNalezy.text" %}
{% if show_pas_nase %}

{% trans "pas.templates.index.cardNaseNalezy.title" %}


{% trans "pas.templates.index.cardNaseNalezy.text" %}
{% endif %}

{% trans "pas.templates.index.cardVybrat.title" %}


{% trans "pas.templates.index.cardVybrat.text" %}

{% trans "pas.templates.index.cardSpolupraceNalez.title" %}


{% trans "pas.templates.index.cardSpolupraceNalez.text" %}
{% if show_pas_potvrdit %}

{% trans "pas.templates.index.cardPotvrdit.title" %}


{% trans "pas.templates.index.cardPotvrdit.text" %}
{% endif %}
{% endblock %} {% block script %} {% endblock %}