{% extends "base.html" %} {% block title %}Membership / Donations{% endblock %} {% block content %}

Transparency

Private.coffee is funded by its members and donations. We believe in transparency and accountability. Below you can find financial reports for each month since our inception.

{% for year, year_data in finances.items() %} {% for month, month_data in year_data.items() %}
Transparency Report for {{ month }}/{{ year }}
{{ month_data|safe }}
{% endfor %} {% endfor %}
{% endblock %}