{% extends 'base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% load render_table from django_tables2 %} {% block header %}
{% endblock %} {% block content %}
Optical Line Terminator ( OLT )
Name {{ object.name }}
Manufacturer {{ object.manufacturer }}
Device Type {{ object.device_type }}
Site {{ object.site }}
IP {{ object.ip_address }}
Comments {{ object.comments }}
Downstream Splitters ( {{ splitter_count }} )
{% if splitter_table %} {% render_table splitter_table %} {% endif %}
Downstream ONTs ( {{ ont_count }} )
{% if ont_table %} {% render_table ont_table %} {% endif %}
{% endblock %}