{% extends "list_requests.html" %} {% from "macros.html" import clipboard_button,status_color with context %} {% block table %}
{% trans %}Actions{% endtrans %} | {# TRANS: The name of the user who performed an action. #}{% trans %}User{% endtrans %} | {# TRANS: The date and time an action was performed. #} | {% trans %}Timestamp{% endtrans %} | |
---|---|---|---|---|
{{ action.type_ }} | {{ action.user }} | {% if action.note %} {# TRANS: The note (if there is one) associated with an action. #}{% trans %}Note{% endtrans %} | {% else %}{% endif %} | {{ action.timestamp|datetimeformat }} |