{% load perm_tags %} {{ NEW_RELIC_HEADER|safe }} {% blocktrans %}Add a New Price: {% endblocktrans %}{% firstof MODULE_JOBS_LABEL trans 'Job' %} {{ SITE_GLOBAL_SITEDISPLAYNAME }} {% block html_body %}

{% blocktrans %}Add a New Price: {% endblocktrans %}{% firstof MODULE_JOBS_LABEL 'Job' %}

{% trans "To add a new job price, complete the fields below and press Submit." %}

{% if form.errors %}

{% trans "Please review the fields below. Thank you." %}

{% endif %}
{% csrf_token %}
{{ form.duration.errors }}
{{ form.duration.label_tag }}:
{{ form.duration }}
{{ form.duration.help_text }}
{{ form.regular_price.errors }}
{{ form.regular_price.label_tag }}:
{{ form.regular_price }}
{{ form.regular_price.help_text }}
{{ form.premium_price.errors }}
{{ form.premium_price.label_tag }}:
{{ form.premium_price }}
{{ form.premium_price.help_text }}
{{ form.regular_price_member.errors }}
{{ form.regular_price_member.label_tag }}:
{{ form.regular_price_member }}
{{ form.regular_price_member.help_text }}
{{ form.premium_price_member.errors }}
{{ form.premium_price_member.label_tag }}:
{{ form.premium_price_member }}
{{ form.premium_price_member.help_text }}
{{ form.include_tax.errors }}
{{ form.include_tax.label_tag }}
{{ form.include_tax }}
{{ form.include_tax.help_text }}
{{ form.tax_rate.errors }}
{{ form.tax_rate.label_tag }}
{{ form.tax_rate }}
{{ form.tax_rate.help_text }}
{{ form.show_member_pricing.errors }}
{{ form.show_member_pricing.label_tag }}
{{ form.show_member_pricing }}
{{ form.show_member_pricing.help_text }}
{% endblock %} {% block extra_body %} {% endblock %}