{% extends 'base.html' %} {% block title %}Service {{ service.name }}{% endblock %} {% block content %}

{{ service.name }} on Servala

Details about the service {{ service.name }} on Servala

{% if service.get_logo %} {{ service.name }} logo {% endif %}
{% if service.offerings.exists %}

Cloud Providers

    {% for offering in service.offerings.all|dictsort:"cloud_provider.order" %} {% if not offering.cloud_provider.disable_listing %}
  • {{ offering.cloud_provider.name }}
  • {% endif %} {% endfor %}
{% endif %} {% if service.consulting_partners.exists %}

Consulting Partners

If you want to get the most out of your {{ service.name }}, our consulting partners can help you optimize your setup and application:

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

External Links

{% endif %} {% if related_articles %}

Related Articles

{% endif %}

{{ service.name }}

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

"{{ service.tagline }}"

{% endif %}

Overview

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

Features

{{ service.features|safe }}
{% endif %}
{% if service.offerings.exists %}

Get it on

Choose one of our trusted service providers

{% for offering in service.offerings.all %} {% if not offering.cloud_provider.disable_listing %} {% endif %} {% endfor %}
{% else %}

Contact Us About This Service

{% load contact_tags %} {% embedded_contact_form source="Service Detail" service=service %}
{% endif %}
{% endblock %}