{% load crispy_forms_tags %} {% load bloomerp %} {% if widget_type == 'm2m' %}
{% for choice in selected_choices %} {% endfor %}
{% else %} {% endif %}
{% if widget_type == 'm2m' %} {% for choice in selected_choices %} {{ choice }} {% endfor %} {% else %} {{ selected_object }} {% endif %}