{% load i18n static bootstrap4 utils %} {% get_current_language as LANGUAGE_CODE %} {% get_parler_languages as LANGUAGES %} {% block title %}Castellum{% endblock %} {% block extra_styles %}{% endblock %} {% if DEMO %}
{% translate 'Running in Demo mode.' %}
{% endif %} {% if not view.nochrome %}
{% block after_header %}{% endblock %} {% endif %}
{% block header %}{% endblock %}
{% block content_with_messages %} {% if subject.deceased %} {% endif %} {% if subject.to_be_deleted %} {% endif %} {% if subject.blocked %} {% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% block content %}{% endblock %} {% endblock %}
{% if user.is_authenticated %} {% endif %} {% block extra_scripts %}{% endblock %}