{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% if rule %} {% blocktrans with name=rule.name %}Tax rule: {{ name }}{% endblocktrans %} {% else %} {% trans "Tax rule" %} {% endif %} {% endblock %} {% block inside %} {% if rule %} {% blocktrans with name=rule.name %}Tax rule: {{ name }}{% endblocktrans %} {% else %} {% trans "Tax rule" %} {% endif %}
{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.name layout="control" %} {% bootstrap_field form.rate addon_after="%" layout="control" %} {% trans "Advanced settings" %}
{% blocktrans trimmed with docs="https://docs.pretix.eu/en/latest/user/events/taxes.html" %} These settings are intended for advanced users. See the documentation for more information. Note that we are not responsible for the correct handling of taxes in your ticket shop. If in doubt, please contact a lawyer or tax consultant. {% endblocktrans %}
{% bootstrap_field form.price_includes_tax layout="control" %} {% bootstrap_field form.eu_reverse_charge layout="control" %} {% bootstrap_field form.home_country layout="control" %}
{% endblock %}