{% spaceless %}{{ include("header.html") }}
{{ l("username") }} | {{ l("status") }} | {{ l("date") }} |
---|---|---|
@{{ get_username_by_id(item.new_id) }} | {% if item.confirmed == '1' %} {{ l("done") }}{% endif %} {% if item.confirmed == '0' %} {{ l("pending_status") }}{% endif %} {% if item.confirmed == '-1' %} {{ l("declined") }}{% endif %} | {{ time_ago(item.created_at) }} |