{% extends "directories/base.html" %} {% load pagination_tags %} {% load directory_tags %} {% load base_tags %} {% load perm_tags %} {% load base_filters %} {% load i18n %} {% block title %}{% trans "Directory Pricing List" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
Regular | Premium | |
---|---|---|
Non-member | {{ dp.regular_price|format_currency }} | {{ dp.premium_price|format_currency }} |
Member | {{ dp.regular_price_member|format_currency }} | {{ dp.premium_price_member|format_currency }} |