{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %} {% if device %}

{% trans "Device:" %} {{ device.name }}

{% else %}

{% trans "Connect a new device" %}

{% endif %}
{% if device %}
{% endif %} {% csrf_token %} {% bootstrap_form_errors form %}
{% trans "General" %} {% bootstrap_field form.name layout="control" %} {% bootstrap_field form.all_events layout="control" %} {% bootstrap_field form.limit_events layout="control" %}
{% trans "Advanced settings" %} {% bootstrap_field form.security_profile layout="control" %} {% bootstrap_field form.gate layout="control" %}
{% if device %}

{% trans "Device history" %}

{% include "pretixcontrol/includes/logs.html" with obj=device %}
{% endif %}
{% endblock %}