{% load custom_tags_and_filters %} {% load billing_tags %}

Rates settings

{% csrf_token %}

{% cap_discount_installed as cap_discount_installed %} {% if cap_discount_installed %}
{% endif %}

Rates display






Rate list page settings

If enabled, the rate list is available at {% absolute_url 'rate_list' %}
{% for rate_type in rate_types %}

{% endfor %} {% if errors.rates_rate_list_page_show_types %}
{{ errors.rates_rate_list_page_show_types.error }}
{% endif %}
{% for rate_category in rate_categories %}

{% endfor %} {% if errors.rates_rate_list_page_show_categories %}
{{ errors.rates_rate_list_page_show_categories.error }}
{% endif %}


{% button type="save" value="Save settings" %}