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

Droni

{% for drone in drones %} {% for model in droneModels %} {% if drone.model_id == model.id%} {% endif %} {% endfor %} {% if drone.block.id != Null %} {% for block in blocks%} {% if block.id == drone.block.id %} {% endif %} {% endfor %} {% else %} {% endif %} {% endfor %}
Nosaukums Modelis Kvartāls Aktivitāte
{{drone.name}} {{model.maker}} {{model.model}} {{block.name}} Nav norādīts
{% csrf_token %}
{% endblock %}