{% extends 'base/layout.html' %} {% load i18n %} {% load helpers %} {% block title %}{% if page_title %}{{ page_title }}{% else %}{% trans "Assign Link" %}{% endif %}{% endblock %} {% block head %} {{ block.super }} {% endblock head %} {% block content %}
| {% trans "Typ" %} | {% trans "Element" %} | {% if not hide_propagation %}{% trans "Link type" %} | {% endif %}{% trans "Comment" %} | |||
|---|---|---|---|---|---|---|
| {% if link.policy_object %} {{ link.policy_object|meta:"verbose_name" }} {% else %} – {% endif %} | {% if link.policy_object %} {% if link.policy_object.get_absolute_url %} {{ link.policy_object }} {% else %} {{ link.policy_object }} {% endif %} {% else %} – {% endif %} | {% else %}{{ 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 %} | {% endif %} {% if not hide_propagation %}{{ link.get_propagation_display }} | {% endif %}{{ link.comment|default:"–" }} |