{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load template_tags%} {% load cache %} {% block title %}{% trans "templates.registration.login.title" %}{% endblock %} {% block content %}
{% trans 'templates.registration.login.logo.alt' %}

{% trans "templates.registration.login.prihlaseni.header" %}

{% csrf_token %} {% crispy form %}

{% trans "templates.registration.login.noAccount.header" %}? {% trans "templates.registration.login.register.text" %}


{% get_current_language as LANGUAGE_CODE %}

{% trans "templates.registration.login.popisProjektu.header" %}

{% trans "templates.registration.login.popisProjektu.text" %}

{% trans "templates.registration.login.novinky.header" %}

{% trans "templates.registration.login.novinky.text" %}
{% endblock %} {% block script %} {% endblock %}