{% extends "openslides_votecollector/base_votecollector.html" %} {% load i18n %} {% load tags %} {% block content %}

{% trans "Keypads" %} {% trans 'New' %} {% trans 'New range' %} {% trans 'Connection status' %}

{% csrf_token %} {% trans "Filter" %}:

{% if 'votecollector_seating_plan'|get_config %} {% endif %} {% for keypad in keypads %} {% if 'votecollector_seating_plan'|get_config %} {% endif %} {% empty %} {% endfor %}
{% trans "Keypad ID" %} {% trans "User" %} {% trans "Status" %}{% trans 'Seat' %}{% trans "Actions" %}
{{ keypad.keypad_id }} {% if keypad.user %}{{ keypad.user }}{% else %}{% trans "Anonym" %}{% endif %} {% if keypad.active %} {% trans 'active' %} {% else %} {% trans 'inactive' %} {% endif %} {{ keypad.seat|default_if_none:"–" }}
{% trans "No Keypads available." %}
{% endblock %}