{% extends "directories/base-pricing.html" %} {% load directory_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% trans "Add a New Price:" %} {% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %}{% endblock %} {% block content %}

{% trans "Add a New Price:" %} {% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %}

{% trans "To add a new directory price, complete the fields below and press Submit." %}

{% csrf_token %} {{ form|styled_form }}
{% endblock %}