{% extends "admin/change_form.html" %} {% load i18n %} {% block after_field_sets %} {% if not add %}

{% trans 'Links to other nodes' %}: {{ node_links|length }}

{% for link in node_links %} {% endfor %} {% if not node_links %} {% endif %}
{% endif %} {% endblock %}