{% extends 'site/base.html' %} {% load static %} {% block title %} {% endblock title %} {% block css %} {% endblock css %} {% block content %} faq questions Home faq {% for faq in faqs %} {{ faq.question }} {{ 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 %}
{{ faq.answer }}
We regret to inform you that there are currently no Frequently Asked Questions (FAQ) available at this time.