{% load i18n %} {% if linked.parent_url %}{{ linked.parent_name }}{% endif %}{{ linked.name }}{% if linked.status_icon_html %}{{ linked.status_icon_html|safe }}{% endif %} {% if linked.inherited_from_name %} ({% trans "from" %} {{ linked.inherited_from_name }}) {% endif %} {% if group.has_value_grouping %}{% if linked.value_label and linked.value_key != "_none" %}{{ linked.value_label }}{% endif %}{% endif %} {% if group.show_comment %}{{ linked.comment|default:"" }}{% endif %} {% if group.show_actions %} {% if linked.supports_addr_analysis or linked.edit_url or linked.delete_url %} {% if linked.supports_addr_analysis %} {% endif %} {% if linked.edit_url %} {% endif %} {% if linked.delete_url %} {% endif %} {% endif %} {% endif %}