{% extends "directories/base-pricing.html" %} {% load bootstrap_pagination_tags %} {% load directory_tags %} {% load base_tags %} {% load perm_tags %} {% load base_filters %} {% block title %}{% trans "Directory Pricing List" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Directory Pricing List" %}

{% autopaginate directory_pricings 10 %}
{% for dp in directory_pricings %} {% has_perm user directories.view_directorypricing dp as can_view %} {% if can_view %} {% endif %} {% empty %}
{% trans "0 Results Found" %}
{% endfor %}
{% paginate %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}