{% load base_filters %} {% load i18n %} {%if job_pricings %}
{% trans "Non-Member" %} | {% trans "Member" %} | |||||||
{% trans "Duration" %} | {% if show_member_price %} {% if show_premium_price %}{% trans "Regular" %} | {% trans "Premium" %} | {% else %}{% trans "Price" %} | {% endif %} {% endif %} {% if show_premium_price %}Regular | Premium | {% else %}{% trans "Price" %} | {% endif %}||
{% blocktrans count jp.duration as jp_duration %}{{ jp_duration }} day{% plural %}{{ jp_duration }} days{% endblocktrans %} | {% if show_premium_price %}{{ jp.regular_price|format_currency }} | {{ jp.premium_price|format_currency }} | {% else %}{{ jp.regular_price|format_currency }} | {% endif %} {% if show_member_price and jp.show_member_pricing %} {% if show_premium_price %}{{ jp.regular_price_member|format_currency }} | {{ jp.premium_price_member|format_currency }} | {% else %}{{ jp.regular_price_member|format_currency }} | {% endif %} {% endif %}