{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% load getitem %} {% block inside %}
{% blocktrans trimmed %} pretix can transmit invoices using different transmission methods. Different transmission methods might be required depending on country and industry. By default, sending invoices as PDF files via email is always available. Other types of transmission can be added by plugins. {% endblocktrans %}
{% blocktrans trimmed %} Whether a transmission method listed here is actually selectable for customers may depend on the country of the customer or whether the customer is entering a business address. {% endblocktrans %}
{% url "control:event.settings.plugins" event=request.event.slug organizer=request.organizer.slug as plugin_settings_url %} {% trans "Enable additional invoice transmission plugins" %}