{% load i18n %}
{% trans 'State' %} | {% trans 'User' %} | {% trans 'Date' %} |
---|---|---|
{{ device_states.0.state }} | {{ device_states.0.user.responsable_person|default:device_states.0.user.username }} | {{ device_states.0.date|date:"SHORT_DATETIME_FORMAT" }} |
{% trans 'No state recorded.' %} |