{% extends request.is_ajax|yesno:'bajax.html,base.html' %} {% load i18n dpagination %} {% block title %}{% trans 'Devices without group' %}{% endblock %} {% block breadcrumb %}
{% endblock %} {% block page-header %} {% trans 'Devices without group' %} {% endblock %} {% block main %}| {% trans 'Ip address' %} {% if order_by == 'ip_address' %}{% endif %} | {% trans 'Comment' %} {% if order_by == 'comment' %}{% endif %} | {% trans 'Device type' %} {% if order_by == 'devtype' %}{% endif %} | Do |
|---|---|---|---|
| {{ dev.ip_address|default:'-' }} | {{ dev.comment }} | {{ dev.get_devtype_display }} | {% if can_del_dev %} {% endif %} {% if can_change_dev %} {% endif %} |
| {% trans 'Devices does not found' %}. {% trans 'Create' %} | |||
| {% trans 'Create' %} | |||