{% extends "autocompleteselectmultiple.html" %} {% load i18n %} {% block help %} {% if help_text %}

{{ help_text }}

{% endif %} {% endblock %} {% block lookup_url %} var section = $("#parent_object").html() || $("#section").html(); var lookup_url = '{{lookup_url}}'; if (section) { lookup_url = lookup_url + '?section=' + section; } {% endblock %}