{% extends "wcs/backoffice.html" %} {% load i18n %} {% block content %} {% block appbar %}
{% trans "Date" %} | {% trans "User" %} | {% trans "Action" %} |
---|---|---|
{{ line.timestamp|date:"DATETIME_FORMAT" }} | {{ line.frozen.user_full_name|default:"-" }} | {{ line.get_action_description }} |