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

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

{% csrf_token %}
{% if MODULE_DIRECTORIES_DIRECTORIESREQUIRESPAYMENT %}

{% trans 'Directory Pricing' %}

{% directory_pricing_table %} {% trans "Add pricing options" %}
{% endif %} {{ form|styled_form }}
{% endblock %} {% block extra_body %} {{ block.super }} {{ form.media }} {% if require_payment %} {% endif %} {% include 'tags/autocomplete.html' %} {% endblock %}