{% extends 'base.html' %} {% block main_title %}MODEL : {{ tdata['row']['name'] }}{% endblock %} {% block main_content %} {% if tdata["row"] %} {% include( "pages/models/read_inc_info.html" ) %} {% endif %} {% if tdata["mport_rows"]|length>0 %}

PORTS

{% include( "pages/models/read_inc_ports.html" ) %} {% else %}
No ports found
{% endif %} {% endblock %}