{% extends 'base.html' %} {% block title %}User Page{% endblock title %} {% block content %} Welcome, {{ user.first_name }} {{ user.last_name }} Donations Currency Amount {% for donation in donations %} {{donation[0]}} {{donation[1]}} {% endfor %} {% endblock %}