{% extends "gadjo/base.html" %} {% load i18n authentic2 %} {% block page-title %}Authentic2 - {{ request.get_host }}{% endblock %} {% block site-title %}Authentic2 - {{ request.get_host }}{% endblock %} {% block css %} {{ block.super }} {% renderblock "css" %} {{ form.media.css }} {% endblock %} {% block extrascripts %} {{ block.super }} {{ form.media.js }} {% comment %}block extra_scripts is kept for compatibility with old themes{% endcomment %} {% block extra_scripts %} {% endblock %} {% renderblock "js" %} {% endblock %} {% block sidepage %} {% endblock %} {% block user-links %}
{% endblock %} {% block footer %} Copyright © 2013 Entr'ouvert — {{ AUTHENTIC2_VERSION }} {% endblock %} {% block page-end %} {% renderblock "js-endpage" %} {% endblock %}