{% extends 'base/layout.html' %} {% load i18n %} {% load helpers %} {% block title %}{% trans "Assign Link" %}{% endblock %} {% block head %} {{ block.super }} {% endblock head %} {% block content %}
| {% trans "Typ" %} | {% trans "Element" %} | {% trans "Link type" %} | {% trans "Comment" %} | |
|---|---|---|---|---|
| {{ link.object_b_type }} | {% if link.object_b %} {% if link.object_b.get_absolute_url %} {{ link.object_b }} {% else %} {{ link.object_b }} {% endif %} {% else %} – {% endif %} | {{ link.get_propagation_display }} {% if link.propagate_stop_on_own %} {% trans "stop on own" %} {% endif %} | {{ link.comment|default:"–" }} |