{% extends "base-wide.html" %} {% block title %}{% trans 'Recurring Payment' %} - {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block messages %}{{ block.super }}{% endblock %} {% block top_bar %} {% if request.user.is_authenticated %} {% include "recurring_payments/top_nav.html" %} {% if request.user.is_superuser %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}