{% load i18n %} {% get_current_language as LANGUAGE_CODE %} SeumBook™ – {% block title %}{% endblock %} {# Load the tag library #} {% load bootstrap3 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript jquery=True %} {# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %}
{% block content %}{% endblock %}
{% csrf_token %} {% if LANGUAGE_CODE == 'fr' %} {% else %} {% endif %}