bornhack-website/src/backoffice/templates/reimbursement_list_backoffi...

11 lines
356 B
HTML

{% extends 'base.html' %}
{% load static %}
{% block content %}
<h2>Reimbursements for {{ camp.title }}</h2>
{% include 'includes/reimbursement_list_panel.html' %}
<a class="btn btn-success" href="{% url "backoffice:reimbursement_create_userselect" camp_slug=camp.slug %}"><i class="fas fa-plus"></i> Create New Reimbursement</a>
{% endblock content %}