11 lines
183 B
HTML
11 lines
183 B
HTML
|
{% extends 'base.html' %}
|
||
|
{% load bootstrap3 %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h3>Reimbursement Details</h3>
|
||
|
|
||
|
{% include 'includes/reimbursement_detail_panel.html' %}
|
||
|
|
||
|
{% endblock content %}
|
||
|
|