{% extends 'base.html.twig' %} {% block title %}New Refund{% endblock %} {% block body %}

Create new Refund

{{ include('refund/_form.html.twig') }} back to list {% endblock %}