{% if dropdown.active == 1 %}
{{ dropdown.title }} {% if form == "0" %} {% endif %} {% if dropdown.empty == 1 %} {% endif %} {% for dropdown_item in dropdown.items.all %} {% endfor %} {% if dropdown.unit %} {{ dropdown.unit }} {% endif %} {% if form == "0" %} {% endif %}
{% endif %}