{% if authorize(['admin.pages', 'admin.super']) %}
{{ "PLUGIN_ADMIN.MANAGE_PAGES"|t }}

{{ "PLUGIN_ADMIN.LATEST_PAGE_UPDATES"|t }}

{% for latest in admin.latestPages if admin.latestPages %} {% set route = latest.rawRoute %} {% endfor %}
{{ latest.title }} {{ route }}{{ latest.modified|adminNicetime }}
{% else %}
You don't have sufficient access to view the dashboard...
{% endif %}