{% extends "directories/base.html" %} {% load directory_tags %} {% load perm_tags %} {% load styled_forms %} {% load i18n %} {% block title %}{% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %} {% trans "Renew" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% directory_nav request.user directory %}

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

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

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

{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}