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