{% extends 'base.html' %} {% block title %}Service Offerings{% endblock %} {% block content %} Service Offerings Explore all available Offerings on Servala, with new ones added regularly. These ready-made packages bundle a Service on a Cloud Provider, making them ready for immediate use. 1024 ? open : true" class="d-lg-flex"> Filters Filters Search Service All Services {% for service in services %} {{ service.name }} {% endfor %} Cloud Provider All Providers {% for provider in cloud_providers %} {{ provider.name }} {% endfor %} Category All Categories {% for category in categories %} {{ category.name }} {% for subcategory in category.children.all %} {{ subcategory.name }} {% endfor %} {% endfor %} Clear {% for offering in offerings %} {% if offering.service.logo %} {% endif %} {{ offering.service.name }} {% if offering.cloud_provider.logo %} {% else %} {{ offering.cloud_provider.name }} {% endif %} {% for category in offering.service.categories.all %} {{ category.full_path }} {% endfor %} {% empty %} No service offerings found matching your criteria. {% endfor %} {% endblock %}
Explore all available Offerings on Servala, with new ones added regularly. These ready-made packages bundle a Service on a Cloud Provider, making them ready for immediate use.