{% 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 %}
{% if form_error %}
{% translate "Oops! Something went wrong with the service form generation. Please try again later." %}
{% else %} {% include "includes/tabbed_fieldset_form.html" with form=service_form %} {% endif %}
{% endif %} {% endpartialdef %} {% block content %}
{% if service.logo %} {{ service.name }} {% endif %}

{{ offering }}

{{ offering.service.category }}
{% if not has_control_planes %}

{% translate "We currently cannot offer this service, sorry!" %}

{% else %}
{{ select_form }}
{% endif %}
{% partial service-form %}
{% endblock content %}