{% extends 'site/base.html' %} {% load static %} {% block title %} {% endblock title %} {% block css %} {% endblock css %} {% block content %}

faq questions

{% for faq in faqs %}

{{ faq.answer }}

{% empty %}

We regret to inform you that there are currently no Frequently Asked Questions (FAQ) available at this time.

{% endfor %}
{% include 'site/includes/newsletter.html' %} {% endblock content %} {% block js %} {% endblock js %}