{% 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 %}
{% translate 'There is no way to contact this subject. Are you sure you want to save?' %}
{% translate 'Some of the appointments are outside of the planned time period. Do you want to save it anyway?' %}
{% translate 'If you do nothing your session will expire' %}
{% translate 'Participants' %}
{% if DEMO %}
{% translate 'Running in Demo mode.' %}
{% endif %}
{% for message in broadcast_messages %}