Template source: guarantee.html

{#{% extends "_layouts/base.html" %}#} {% extends request.master_template %} {% block page_title %}Refund Policy{% endblock %} {% block meta_title %}30-Day Satisfaction Guarantee | HRCP{% endblock meta_title %} {% block meta_description %}We want you to feel satisfied when purchasing our products if you are at all dissatisfied with any of our materials for any reason, you may return them to us for a full refund (less shipping costs) within 30 days of your purchase.{% endblock meta_description %} {% block page_class %}home-page{% endblock %} {% block header_text %}30-Day Satisfaction Guarantee{% endblock header_text %} {% block content %} <div class='container'> <div class='row'> <div id='breadcrumbs'> Home > {% if request.subdomain == 'micro' or request.subdomain == 'intl' %}Return Policy{% else %}30-Day Guarantee{% endif %} </div> </div> <div class="page_content"> {% if request.subdomain == 'micro' or request.subdomain == 'intl' %} <h1 class='micro-blue page-heading' style='margin-bottom:1em;'>Return Policy</h1> <p> Once a course has been accessed, no refunds will be provided. Otherwise, refunds can be issued up to 30 days from the date of purchase. </p> {% else %} <h2>Refund Policy</h2> <p>Your satisfaction is guaranteed. If you are&nbsp;dissatisfied&nbsp;with our materials for any reason, you may return them to us for a full refund (less shipping costs) within 30 days of your purchase.</p> <p>If you choose to return the materials, please <a href="/contact_us/" target="_self">contact us</a> for shipping instructions.</p></div> {% endif %} </div> </div> {% endblock %}