{% load base_filters %} {%if job_pricings %}
{% trans "Non-Member" %} | {% trans "Member" %} | ||||||||
{% trans "Title" %} | {% 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 %}||
{{ jp.get_title }} | {% 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 %}