{% extends 'services/base.html' %} {% block content %} Discover Services Explore all available Services on Servala, with new ones added regularly. 1024 ? open : true" class="d-lg-flex"> Filters Filters Search Category All Categories {% for category in categories %} {{ category.name }} {% if category.children.all %} {% for subcategory in category.children.all %} {{ subcategory.name }} {% endfor %} {% endif %} {% endfor %} Consulting Partners All Partners {% for partner in consulting_partners %} {{ partner.name }} {% endfor %} Cloud Providers All Providers {% for provider in cloud_providers %} {{ provider.name }} {% endfor %} Clear {% for service in services %} {% if service.logo or service.is_featured %} {% if service.logo %} {% endif %} {% if service.is_featured %} Featured {% elif service.is_coming_soon %} Coming Soon {% endif %} {% endif %} {{ service.name }} {% for category in service.categories.all %} {{ category.full_path }} {% endfor %} {{ service.description|safe|truncatewords:30 }} {% endfor %} {% endblock %}
Explore all available Services on Servala, with new ones added regularly.
{% for category in service.categories.all %} {{ category.full_path }} {% endfor %}
{{ service.description|safe|truncatewords:30 }}