{% extends 'base_layout.html' %} {% block content%}

Ierīces

{% for device in devices %} {% if device.block.id != Null %} {% for block in blocks%} {% if block.id == device.block.id %} {% endif %} {% endfor %} {% else %} {% endif %} {% endfor %}
Nosaukums Kvartāls Atslēgas kods Aktivitāte
{{device.name}} {{block.name}} Nav norādīts {{device.key}}
{% csrf_token %}
{% endblock %}