{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %} {% for value, label in choices %} {% endfor %}
{% trans "Value" %} {% trans "Label" %}
{{ value }} {{ label }}
{% include 'inc/paginator.html' with page=choices %} {% endblock panel_content %}