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