{% extends 'base.html' %} {% block title %}Archive{% endblock title %} {% block stylesheet %}{% endblock stylesheet %} {% block content %}

Archived Campaigns

{% for campaign in archived_campaigns %} {% endfor %}
Title Goal Raised Campaign Link Unarchive?
{{campaign.title}} {{campaign.goal}} {{campaign.get_amount_raised()}} See campaign details
{% endblock content %}