{% load helpers %} {% if terminations.0 %}
Site | {{ terminations.0.device.site|linkify }} |
Location | {{ terminations.0.device.location|linkify|placeholder }} |
Rack | {{ terminations.0.device.rack|linkify|placeholder }} |
{{ terminations.0|meta:"verbose_name"|capfirst }} |
{% for term in terminations %}
{{term.device|linkify}}
{{ term|linkify }}
{% if not forloop.last %} {% endif %} {% endfor %} |
Site | {{ terminations.0.power_panel.site|linkify }} |
Power Panel | {{ terminations.0.power_panel|linkify }} |
{{ terminations.0|meta:"verbose_name"|capfirst }} | {% for term in terminations %} {{ term|linkify }}{% if not forloop.last %},{% endif %} {% endfor %} |
Provider | {{ terminations.0.circuit.provider|linkify }} |
Circuit | {% for term in terminations %} {{ term.circuit|linkify }} ({{ term }}){% if not forloop.last %},{% endif %} {% endfor %} |