bornhack-website/src/economy/templates/reimbursement_list.html

14 lines
247 B
HTML

{% extends 'base.html' %}
{% load static %}
{% block title %}
Expenses | {{ block.super }}
{% endblock %}
<{% block content %}
<h3>Your {{ camp.title }} Reimbursements</h3>
{% include 'includes/reimbursement_list_panel.html' %}
{% endblock %}