{% load i18n %}
{% trans 'State' %} | {% trans 'User' %} | {% trans 'Since' %} | |
---|---|---|---|
{{ device_states.0.state }} | {{ device_states.0.user.responsable_person|default:device_states.0.user.username }} | {{ device_states.0.date|timesince }} | {% trans 'undo' %} |
{% trans 'No state recorded.' %} |