{{ bc([ {text: "admin_title"|lang, url: '/admin/'}, {text: "admin_actions_log"|lang} ]) }} {% if list %}
Time | Who | Action | Data |
---|---|---|---|
{{ item.getDate() }} | {% if not item.isCommandLineActions() %} {{ admin_logins[item.getAdminId()] }}, {{ item.getIPv4() }} {% else %} console {% endif %} | {{ item.getActionName() }} | {{ item.renderHtml()|raw }} |