{% extends 'base.html' %} {% load static %} {% block content %} Change Password - {{user_profile.user.first_name|upper}} {{user_profile.middle_name|upper}} ({{user_profile.user.username}}) All fields marked with an asterisk (*) are required Go Back {% csrf_token %} {% include 'partials/_messages.html' %} Change Password {% if user_profile.profile_picture_url %} {% else %} {% endif %} Password Re-type Password Save Changes {% endblock %}