{% extends "ui/panels/_base.html" %} {% load helpers %} {% load i18n %} {% block panel_content %}
| {% trans "Value" %} | {% trans "Label" %} | {% trans "Color" %} |
|---|---|---|
| {{ choice.value }} | {{ choice.label }} | {% if choice.color %} {% badge choice.color bg_color=choice.color %} {% else %} {{ ''|placeholder }} {% endif %} |