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

{{ "PLUGIN_ADMIN.LATEST_PAGE_UPDATES"|tu }}

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