{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Cable Entry" %}
{% trans "Closure" %} {{ object.closure|linkify }}
{% trans "Fiber Cable" %} {{ object.fiber_cable|linkify }}
{% trans "Entrance Label" %} {{ object.entrance_label|default:"—" }}
{% if object.notes %}
{% trans "Notes" %}
{{ object.notes|markdown }}
{% endif %}
{% plugin_full_width_page object %} {% endblock %}