{% comment %} {% load url from future %} {% endcomment %} {% load utilstags %}
Info | : | {{condition.get_full_verbstatus|url2link|safe|linebreaksbr }} | |
Linked | : | {% with condition.element.get_specific_element.get_linked_ifaces as linked_ifaces %} {% for linked_iface_data in linked_ifaces %} {% with linked_iface_data.1 as linked_iface %} {% with linked_iface.get_node as e %}{{ e.name }}{% endwith %} : {% with linked_iface as e %}{{ linked_iface.name }}{% endwith %} {% endwith %} {% if forloop.first %}{% else %}, {% endif %} {% empty %} {% endfor %} {% endwith %} | |
Tags: | : |
{% for tag in condition.tags %}
{{tag.tree.name}}:{% for t in tag.get_tags_path %}/{{t.name}}{% endfor %}
{% empty %} {% endfor %} |
|
Notes | : |
{% for n in condition.notes.all %}
{{ n.submit_date }}
{{ n.user }}
{{ n.text|url2link|safe|linebreaksbr }}
{% endfor %}
{% for n in condition.element.notes.all %}
{{ n.submit_date }}
{{ n.user }}
{{ n.text|url2link|safe|linebreaksbr }}
{% endfor %}
{% for n in condition.element.parent.notes.all %}
{{ n.submit_date }}
{{ n.user }}
{{ n.text|url2link|safe|linebreaksbr }}
{% endfor %}
|