{% extends "directories/base.html" %} {% load directory_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %} {% trans "Renew" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %} {% trans "Renew" %}

{% if directory.renew_window %}
{% blocktrans with headline=directory.headline %} You are renewing: {{ headline }}. Click submit below to complete your renewal. {% endblocktrans %}
{% csrf_token %}
{{ form|styled_form }}
{% else %} {% blocktrans %}

Sorry, this directory isn't available for renewal right now. Please contact your site administrator with any questions.

{% endblocktrans %} {% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {{ form.media }} {% endblock %}