{% extends 'base.html' %} {% block title %}Profile @ SFeri{% endblock %} {% block content %}

Password change

Welcome, {{ session['username'] }}!

{% if other_users %}

Your other usernames:

{{ other_users[0] }}{% for user in other_users[1:] %}, {{ user }} {% endfor %}

{% endif %} {% endblock %}