{% extends 'inspection/base.html' %} {% block content %}

Devices

{% for d in devices.object_list %}
{{ d.code }} - {{ d.name }}

{{ d.location }} {{ d.group }}

创建时间:{{ d.created_at|date:'Y-m-d H:i' }}

{% empty %}
No devices found.
{% endfor %}
{% endblock %}