{% load static i18n django_bootstrap_breadcrumbs %} {% get_current_language as LANGUAGE_CODE %}
{{ title }} | {{ theme.title }}
{% block style %} {% endblock %} {% block javascript %} {% endblock %}
{% if contrast_cookie %}
{% else %} {% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %}
{% endwith %} {% endif %} {% block nav %}
{{ theme.title }}
{% trans 'Language Selector' %}
{% with 'img/'|add:LANGUAGE_CODE|add:'.png' as image_static %}
{% endwith %}
[{{LANGUAGE_CODE}}]
{% get_available_languages as LANGUAGES %} {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %}
{{language.code}}
{% endfor %}
{{ user }}
{% trans 'Profile' %}
{% trans 'Edit Profile' %}
{% trans 'Change Password' %}
{% trans 'Delete Account' %}
{% trans 'Logout' %}
{% if user.is_staff %}
{% trans 'Settings' %}
{% trans 'Manage Users' %}
{% trans 'Manage Categories' %}
{% trans 'Manage News' %}
{% trans 'System' %}
{% trans 'Mail Sender' %}
{% trans 'Security' %}
{% trans 'Theme' %}
{% trans 'Web Conference' %}
{% endif %}
{% trans 'Profile' %}
{% trans 'Edit Profile' %}
{% trans 'Change Password' %}
{% trans 'Delete Account' %}
{% trans 'Logout' %}
{% if user.is_staff %}
{% trans 'Settings' %}
{% trans 'Manage Users' %}
{% trans 'Manage Categories' %}
{% trans 'Manage News' %}
{% trans 'Mail Sender' %}
{% trans 'Security' %}
{% trans 'Theme' %}
{% trans 'Web Conference' %}
{% endif %}
[{{LANGUAGE_CODE}}]
{% get_available_languages as LANGUAGES %} {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %}
{{language.code}}
{% endfor %}
{% endblock %}
{% block sidebar %}
{% if mural_notifications_count > 99 %} +99 {% else %} {{ mural_notifications_count }} {% endif %}
{% if chat_notifications_count > 99 %} +99 {% else %} {{ chat_notifications_count }} {% endif %}
{% if notifications_count > 0 %}
{% if notifications_count > 99 %} +99 {% else %} {{ notifications_count }} {% endif %}
{% endif %}
{% endblock %}
{% block breadcrumbs %} {% breadcrumb 'Home' 'home' %} {% endblock %}
{% block render_breadcrumbs %} {% render_breadcrumbs %} {% endblock %}
{% block content %} {% endblock %}
{% block footer %} {% endblock %} {% block bottommenu %}
{% if mural_notifications_count > 99 %} +99 {% else %} {{ mural_notifications_count }} {% endif %}
{% if chat_notifications_count > 99 %} +99 {% else %} {{ chat_notifications_count }} {% endif %}
{% if notifications_count > 0 %}
{% if notifications_count > 99 %} +99 {% else %} {{ notifications_count }} {% endif %}
{% endif %}
{% endblock %} {% include 'session_security/all.html' %} {% block addtional_scripts %} {% endblock %}