{% extends "combo/cell_form.html" %} {% load i18n %} {% block cell-form %} {{ form.as_p }} {% with cell.get_items_with_prefetch as links %} {% if links %}

{% endif %} {% endwith %}
{% for klass in cell.get_link_cell_classes %} {{ klass.add_as_link_label }} {% if not forloop.last %}|{% endif %} {% endfor %}
{% endblock %}