{% load custom_tags_and_filters %}

CAP Discount settings

{% csrf_token %}
{% for value, display in billable_types %}
{% endfor %}
{% if errors.cap_billing_default_billable_types %}{{ errors.cap_billing_default_billable_types.error }}{% endif %}
{% if errors.cap_billing_default_interval or errors.cap_billing_default_frequency %} {{ errors.cap_billing_default_interval.error }} {{ errors.cap_billing_default_frequency.error }} {% endif %}
{% if errors.cap_billing_exclude_tools %}{{ errors.cap_billing_exclude_tools.error }}{% endif %}
No tools are excluded.
{% button type="save" value="Save settings" %}