{% load bootstrap4 %} {% load static %}
{% for x in field_select.queryset %} {% if x.grupo_familia == 1 %} {% if x.default %}
{% else %}
{% endif %} {% endif %} {% endfor %}
{% for x in field_select.queryset %} {% if x.grupo_familia == 0 %} {% if x.default %}
{% else %}
{% endif %} {% endif %} {% endfor %}