{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% include "../favicon.html" %} {% block title %} {{ active_plugin_name }} | Ferda {% endblock %} {# This block can be extended by application. #} {% block extrastyle %}{% endblock %} {{ ferda_plugins|json_script:'ferda-plugins' }} {{ current_plugin|json_script:'current-plugin' }} {% if user_profile %} {{ user_profile|json_script:'user-profile' }} {% endif %} {% if user_permissions %} {{ user_permissions|json_script:'user-permissions' }} {% endif %} {% if django_settings %} {{ django_settings|json_script:'django-settings' }} {% endif %} {% if ferda_version %} {{ ferda_version|json_script:'ferda-version' }} {% endif %} {# This block should be filled by application. #} {% block content %}{% endblock %} {# This block can be extended by application. #} {% block extra_js %}{% endblock %}