{% extends "openslides_votecollector/base_votecollector.html" %} {% load i18n %} {% load tags %} {% block content %}
{% trans "Keypad ID" %} | {% trans "User" %} | {% trans "Status" %} | {% if 'votecollector_seating_plan'|get_config %}{% trans 'Seat' %} | {% endif %}{% trans "Actions" %} |
---|---|---|---|---|
{{ keypad.keypad_id }} | {% if keypad.user %}{{ keypad.user }}{% else %}{% trans "Anonym" %}{% endif %} | {% if keypad.active %} {% trans 'active' %} {% else %} {% trans 'inactive' %} {% endif %} | {% if 'votecollector_seating_plan'|get_config %}{{ keypad.seat|default_if_none:"–" }} | {% endif %}{% trans "No Keypads available." %} |