{% load staticfiles i18n %} {% block title %} {% endblock %} {% block css_extra %} {% endblock css_extra %} {% block navbar %} {% include "includes/_navbar_transparent.html" %} {% endblock navbar %}
{% block content %} {% endblock %}
{% if request.user.is_authenticated %} {% else %} {% endif %} {% block js_extra %} {% comment %} this block is above some files, because on stripe error scripts below the stripe script are not properly executed. {% endcomment %} {% endblock js_extra %}