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