{% load static %} {% block title %}UAS Smart{% endblock %} {% if user.is_authenticated %}
UAS SMARTEinsatz- und Flugbetrieb
{% if organizations|length > 1 %}
{% csrf_token %}
{% else %}{{ active_organization.name|default:"Keine Organisation" }}{% endif %} {{ user.get_full_name|default:user.username }}
{% csrf_token %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% else %}
{% block auth_content %}{% endblock %}
{% endif %}