{% extends "base.html" %} {% block title %}My Contributions - {{ current_user.full_name }}{% endblock %} {% block content %}
Complete history of your contributions
Showing {{ contributions.per_page * (contributions.page - 1) + 1 }} to {{ contributions.per_page * contributions.page if contributions.page < contributions.pages else contributions.total }} of {{ contributions.total }} results
Your contribution history will appear here once you make your first payment.