{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %}{% load bootstrap3 %} {% block inside %}

{% trans "Liability waivers" %}

{% trans "Collect a signed liability waiver from attendees on their order page. Each signature is stored with a hash of the exact text, a name, timestamp and IP for your records." %}

{% csrf_token %} {% bootstrap_form form layout="horizontal" %}
{% endblock %}