{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block widgets %} {% spaceless %} {% for widget in widget.subwidgets %} {% if forloop.last and descendants_choice %}
 
{% else %} {% include widget.template_name %} {% endif %} {% endfor %} {% endspaceless %}
{% if fixed_taxon_source %} {% else %}
{% endif %} {% if display_language_field %}
{% endif %}
{% endblock %} {% block extra_html %} {% endblock %} {% block js %} {% endblock %}