{% extends 'base.html' %} {% load static %} {% block title %} Expenses | {{ block.super }} {% endblock %} {% block extra_head %} {% endblock extra_head %} <{% block content %}

Your {{ camp.title }} Reimbursements

{% include 'includes/reimbursement_list_panel.html' %} {% endblock %}