{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Splice Entry" %}
{% trans "Plan" %} {{ object.plan|linkify }}
{% trans "Tray" %} {{ object.tray|linkify }}
{% trans "Fiber A" %} {{ object.fiber_a|linkify }}
{% trans "Fiber B" %} {{ object.fiber_b|linkify }}
{% trans "Express" %} {% if object.is_express %}{% else %}{% endif %}
{% if object.notes %}
{% trans "Notes" %}
{{ object.notes|markdown }}
{% endif %} {% include 'inc/panels/comments.html' %}
{% plugin_full_width_page object %} {% endblock %}