{% load base_filters %} {% load i18n %} {%if directory_pricings %} {% if show_member_price %} {% if show_premium_price %} {% else %} {% endif %} {% endif %} {% if show_premium_price %} {% else %} {% endif %} {%for dp in directory_pricings %} {% if show_premium_price %} {% else %} {% endif %} {% if dp.show_member_pricing %} {% if show_premium_price %} {% else %} {% endif %} {% endif %} {%endfor%}
{% trans "Duration" %}{% trans "Regular" %} {% trans "Premium" %}{% trans "Price" %}{% trans "Regular" %} {% trans "Premium" %}{% trans "Price" %}
{% blocktrans with dp.duration as dp_duration %}{{ dp_duration }} days{% endblocktrans %}{{ dp.regular_price|format_currency }} {{ dp.premium_price|format_currency }}{{ dp.regular_price|format_currency }}
{% blocktrans with dp.duration as dp_duration %}{{ dp_duration }} days Member{% endblocktrans %}{{ dp.regular_price_member|format_currency }} {{ dp.premium_price_member|format_currency }}{{ dp.regular_price_member|format_currency }}
{%endif%}