{% extends 'services/base.html' %} {% block title %}Thanks{% endblock %} {% block content %} Inquiry Received Successfully! Thank you for your interest in {{ service.name }}! We have received your inquiry and our team will contact you shortly. A confirmation email will be sent to your provided email address. Browse More Services {% if service.image %} {% endif %} {{ service.name }} {{ service.category }} {% if service.description %} {{ service.description|safe }} {% endif %} {% if service.pricing_plans %} {% for plan in service.pricing_plans %} {{ plan.name }} {% for price in plan.prices %} {{ price.amount }} {{ price.currency }} per {{ price.interval }} {% endfor %} {% endfor %} {% endif %} {% endblock %}
Thank you for your interest in {{ service.name }}! We have received your inquiry and our team will contact you shortly. A confirmation email will be sent to your provided email address.
{{ service.category }}
{{ service.description|safe }}