{% extends "frontend/base.html" %} {% load i18n %} {% load static %} {% load partials %} {% block html_title %} {% block page_title %} {{ offering }} {% endblock page_title %} {% endblock html_title %} {% partialdef service-form %} {% if service_form %}
{% translate "We currently cannot offer this service, sorry!" %}
{% else %} {% endif %}