{% extends "base.html" %} {% load i18n %} {% block content %}

{{ subtitle }}

{% if lot %} {% trans 'Documents' %} {% endif %} {% trans 'Exports' %} {% if lot %} {% trans 'Annotations' %} {% endif %}
{% csrf_token %} {% for dev in devices %} {% endfor %}
Title
{{ dev.type }} {{ dev.manufacturer }} {{ dev.model }}
{% endblock %}