{% extends 'base-apply.html' %}
{% load i18n users_tags wagtailcore_tags heroicons %}
{% block title %}{% trans "Account" %}{% endblock %}
{% block content %}
{% adminbar %}
{% slot header %}{% trans "Welcome" %} {{ user }}{% endslot %}
{% slot sub_heading %}{% trans "Manage your account details and security." %}{% endslot %}
{% if user.can_access_dashboard %}
{% heroicon_mini "squares-2x2" size=20 class="me-1 inline align-text-bottom" aria_hidden=true %}
{% trans "Go to my dashboard" %}
{% else %}
{% trans "Apply now for our open rounds" %}{% trans "Submit a new application" %}
{% if user.has_usable_password %} {% trans "Update password" %} {% else %} {% endif %}