{% extends 'base_assets.html' %} {% load button from filters %} {% load cache %} {% block content %}
Socket
{{ object.socket|default_if_none:'-' }}
Plug
{{ object.plug|default_if_none:'-' }}
Circuits
{{ object.circuits|default_if_none:'-' }}
Cores
{{ object.cores|default_if_none:'-' }}
{% button 'edit' url='cable_type_update' pk=object.id %}
{% cache None cable_type_assets object %}
Associated Assets
{% with object.asset_set.all as object_list %} {% include 'partials/asset_list_table.html' %} {% endwith %}
{% endcache %}
{% endblock %}