{% extends 'base.html.twig' %}
{% block title %}
{% if page_title is defined %}{{ page_title }}{% else %}LCAS{% endif %}
{% endblock %}
{% block body %}
<div class="container-fluid">
<div class="container p-4 my-4">
<div class="row">
<div class="col-12 px-4">
<h4>Refund Policy for LCAS, LLC</h4>
<p>If you are not satisfied within 30 days of your purchase or prior to initial delivery of student data (whichever comes first), at your written request, we will refund the cost of your order less the non-refundable account set-up fee. </p>
</div>
</div>
</div>
</div>
{% endblock %}