{% extends request.is_ajax|yesno:'nullcont.htm,devapp/ext.htm' %} {% block content %}

{{ dev.get_devtype_display|default:'Название типа свича' }}

{% for port in ports %} {% if port.st %} {% if port.sp == 10 %}
{% elif port.sp == 100 %}
{% elif port.sp == 1000 %}
{% else %}
{% endif %} {% else %} {% empty %}

Порты не найдены :(

{% endfor %}
{% endblock %}