{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "All in One Accessibility — Settings" %}{% endblock %} {% block content %}

{% trans "All in One Accessibility" %}

NOTE: Currently, All in One Accessibility is dedicated to enhancing accessibility specifically for websites and online stores. Please Upgrade to full version of All in One Accessibility Pro with 10 days free trial


It may take a few seconds for changes to appear on your website. If you don't see the changes, try clearing your browser cache or checking in a private browsing window.

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% csrf_token %} {% if form.errors %}
{% trans "Please correct the errors below." %} {{ form.non_field_errors }}
{% endif %}

{% trans "Widget Colour" %}

{{ form.aioa_color_code }} {{ form.aioa_color_code.help_text }} {% for error in form.aioa_color_code.errors %}{{ error }}{% endfor %}

{% trans "Widget Position" %}

{{ form.aioa_place }}
{{ form.to_the_right }}
{{ form.to_the_right_px }}
{{ form.to_the_bottom }}
{{ form.to_the_bottom_px }}

{% trans "Widget Size" %}

{{ form.aioa_size }}

{% trans "Icon Type" %}

{{ form.aioa_icon_type }}

{% trans "Icon Size" %}

{{ form.aioa_icon_size }}
{{ form.aioa_size_value }} {{ form.aioa_size_value.help_text }}
{% endblock %}