{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
Splice Tray
Closure{{ object.closure|linkify }}
Number{{ object.number }}
Capacity{{ object.capacity }}
Used{{ object.used }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
Splices
{% render_table splice_table 'inc/table.html' %}
{% plugin_full_width_page object %}
{% endblock %}