{% extends "registry/param_widget.html" %} {% load i18n smart_if %} {% block param_choices %} {% for choice in param.choices %} {{ choice.1 }} {% endfor %} {% endblock %}