{% extends 'services/base.html' %} {% block title %}Service {{ service.name }}{% endblock %} {% block content %}
{% if service.logo %} {{ service.name }} logo {% endif %}
{% if service.offerings.exists %}

Cloud Providers

{% endif %} {% if service.consulting_partners.exists %}

Consulting Partners

{% endif %} {% if service.external_links.exists %}

External Links

{% endif %}

{{ service.name }}

{% for category in service.categories.all %} {% endfor %}

Overview

{{ service.description|safe }}
{% if service.features %}

Features

{{ service.features|safe }}
{% endif %} {% if service.is_coming_soon %} {% endif %} {% if service.offerings.exists %}
{% for offering in service.offerings.all %} Get it on {{ offering.cloud_provider.name }} {% endfor %}
{% endif %}
{% endblock %}