{% extends "admin/change_form.html" %} {% load i18n %} {% block after_field_sets %} {% if not add %}
{% if link.source_id|lower == object_id|lower %} {{ link.target }} {% else %} {{ link.source }} {% endif %}
{% trans 'status' %}: {{ link.status }}
{% trans 'cost' %}: {{ link.cost }}
{% trans 'This node is not connected to any other node' %}.