{% extends 'base-apply.html' %} {% load i18n users_tags wagtailcore_tags %} {% 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 %} {% trans "Go to my dashboard" %} {% else %}
{% trans "Apply now for our open rounds" %}
{% if user.has_usable_password %} {% trans "Update password" %} {% else %} {% endif %}