{% extends 'base.html' %} {% load contact_tags %} {% block title %}Cloud Provider {{ provider.name }}{% endblock %} {% block content %}

{{ provider.name }} on Servala

About the cloud provider {{ provider.name }} on Servala

{% if provider.logo %} {{ provider.name }} logo {% endif %}

Contact Information

{% if provider.partners.exists %}

Consulting Partners

{% endif %} {% if related_articles %}

Related Articles

{% endif %}

{{ provider.name }}

About

{{ provider.description|safe }}
{% if services %}

Available Services

{% for offering in ordered_offerings %}
{% if offering.service.logo or offering.service.is_featured %}
{% if offering.service.logo %} {% endif %} {% if not offering.plans.all %} {% endif %}
{% endif %}

{{ offering.service.name }}

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

{{ offering.service.description|safe|truncatewords:30 }}

{% endfor %}
{% endif %}

Contact

Do you miss a service on this cloud provider? Do you have any questions about this cloud provider? We're here to help!

{% embedded_contact_form source="Provider Page" details=provider.name %}
{% endblock %}