{% load i18n %}
{% trans "Device" %}
{% trans "Machine IP" %}
{% trans "Port No." %}
{% trans "Actions" %}
{% for device in devices %}
{{device.name}}
{{device.machine_ip}}
{{device.port}}
{% comment %}
{% endcomment %} {% comment %}
{% endcomment %}
{% comment %}
{% endcomment %} {% comment %}
{% endcomment %}
{% endfor %}
{% trans "Page" %} {{ employees.number }} {% trans "of" %} {{ employees.paginator.num_pages }}.