{% load i18n admin_static bootstrapped_goodies_tags staticfiles admin_bootstrapped_plus %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% comment %} Base template Author: George Karakostas Copyright: Copyright 2015, George Karakostas Licence: BSD-3 Email: gkarak@9-dev.com {% endcomment %} {% block title %}{% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {# HTML5 shiv and Respond.js for IE8 support of HTML5 elements and media queries #} {# WARNING: Respond.js doesn't work if you view the page via file:// #} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} {% load i18n %} {% if not is_popup %} {% endif %}
{% if not is_popup %}
{% block breadcrumbs %} {% endblock %}
{% endif %}
{% block navbar %} {% endblock navbar %} {% block messages %} {% if messages %}
{% for message in messages %}
{{ message|capfirst }}
{% endfor %}
{% endif %} {% endblock messages %} {% block content %}{{ content }}{% endblock %} {% block sidebar %}{% endblock %}
{% block footer %}{% endblock %}