{% extends request.is_ajax|yesno:'nullcont.htm,devapp/ext.htm' %} {% load i18n %} {% block breadcrumb %} {% endblock %} {% block page-header %} {% trans 'Fix subscriber ports conflict' %} {% endblock %} {% block main %}

{% trans 'Subscribers list on port' %}

{% trans 'Port' %} {{ port.num }}. {{ port.descr }}

{% blocktrans %}You may choose the subscriber who correctly attached to device port. When you have found right subscriber, remove the port from the other person{% endblocktrans %}

{% for abon in abons %} {{ abon.get_full_name }} {% empty %} {% trans 'Abons not found' %} {% endfor %}
{% endblock %}