{% extends "ui/panels/_base.html" %} {% load helpers %} {% load i18n %} {% block panel_content %} {% for choice in choices %} {% endfor %}
{% trans "Value" %} {% trans "Label" %} {% trans "Color" %}
{{ choice.value }} {{ choice.label }} {% if choice.color %} {% badge choice.color bg_color=choice.color %} {% else %} {{ ''|placeholder }} {% endif %}
{% include 'inc/paginator.html' with page=choices %} {% endblock panel_content %}