cabletermination.html 420 B

1234567891011121314
  1. <td>
  2. {% if termination.parent_object.provider %}
  3. <i class="mdi mdi-lightning-bolt" title="Circuit"></i>
  4. <a href="{{ termination.parent_object.get_absolute_url }}">
  5. {{ termination.parent_object.provider }}
  6. {{ termination.parent_object }}
  7. </a>
  8. {% else %}
  9. {{ termination.parent_object|linkify }}
  10. {% endif %}
  11. </td>
  12. <td>
  13. {{ termination|linkify }}
  14. </td>