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