{% extends 'base.html' %} {% block main_title %} MODEL {% endblock %} {% block main_content %} {% if tdata["row"] %}

NAME : {{ tdata['row']['name'] }}

{% endif %} {{ linebreaks_for_string(tdata['row']['desc']) }} {% if tdata["mport_rows"]|length>0 %}

PORTS

{% include( "inc_content_model_io.html" ) %} {% else %}
No ports found
{% endif %} {% endblock %}