{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load i18n static markdown_tags nh3_tags heroicons %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Dashboard" %}{% endslot %} {% if perms.wagtailadmin.access_admin %} {% heroicon_solid "cog-6-tooth" size=20 class="me-1 inline align-text-bottom" aria_hidden=true %} {% trans "Administration" %} {% endif %} {% endadminbar %}