{% load i18n static django_bootstrap5 utils %} {% get_current_language as LANGUAGE_CODE %} {% get_parler_languages as LANGUAGES %} {% block title %}{{ CASTELLUM_SITE_TITLE }}{% endblock %} {% if BOOTSTRAP_THEME_COLORS %}{% endif %} {% block extra_styles %}{% endblock %} {% if DEMO %}
{% translate 'Running in Demo mode.' %}
{% endif %} {% for message in broadcast_messages %}
{{ message.content }}
{% endfor %} {% if not view.nochrome %}
{% translate 'Skip to main content' %}
{% 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 %}
{% block footer %}{% endblock %} {% if user.is_authenticated %} {% endif %} {% block extra_scripts %}{% endblock %}