{% load static i18n %} {% get_current_language as CURRENT_LANGUAGE %} {% block title %}{% endblock %} {% block extra_css %}{% endblock %} {% block extra_head %}{% endblock %} {% block pre_shell %}{% endblock %} {% if portal_trial_enabled %}
{% if portal_trial_expired %}{% trans "Trial abgelaufen" %}{% else %}{% trans "Trial-Modus" %}{% endif %}
{% if portal_trial_expired %} {% trans "Zugriff für Testnutzer gesperrt" %} {% else %} {% trans "Kontrollierte Testumgebung aktiv" %} {% endif %} {% if portal_trial_banner_text %} {{ portal_trial_banner_text }} {% elif portal_trial_expires_at %} {% if portal_trial_expired %} {% blocktrans with expires=portal_trial_expires_at|date:"d.m.Y H:i" %}Diese Testumgebung ist seit {{ expires }} abgelaufen.{% endblocktrans %} {% else %} {% blocktrans with expires=portal_trial_expires_at|date:"d.m.Y H:i" %}Diese Testumgebung ist bis {{ expires }} aktiv.{% endblocktrans %} {% endif %} {% else %} {% trans "Diese Umgebung läuft im Trial-Modus." %} {% endif %}
{% if portal_trial_expires_at %}
{% trans "Ende" %} {{ portal_trial_expires_at|date:"d.m.Y H:i" }}
{% endif %}
{% endif %}
{% block shell_header %}{% endblock %} {% block shell_body %}{% endblock %}
{% if portal_footer_text or portal_legal_notice %} {% endif %} {% block extra_scripts %}{% endblock %}