{% extends "base.html" %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Change Password" %} - KAAUH ATS{% endblock %} {% block styles %} {% endblock %} {% block content %}

{% trans "Change Password" %}

{% trans "Please enter your current password and a new password to secure your account." %}

{% endblock %}