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

{% trans "Edit Price:" %} {% firstof MODULE_DIRECTORIES_LABEL trans 'Directories' %}

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

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