{% 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 %} {% bootstrap_field form.name layout="control" %} {% bootstrap_field form.all_events layout="control" %} {% bootstrap_field form.limit_events layout="control" %}
{% if device %}

{% trans "Device history" %}

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