{% extends "devices/index.html" %} {% load i18n %} {% block content %}
{% trans "Serial Number" %} | {% trans "Description" %} | {% trans "Created" %} | {% trans "Warranty Status" %} | {% for i in devices %} |
---|---|---|---|---|
{{ i.sn|safe }} | {{ i.description }} | {{ i.created_at|date:"SHORT_DATE_FORMAT" }} | {{ i.get_warranty_status_display }} | |
{% trans "No search results" %} |