{% extends 'services/base.html' %} {% block content %}

Discover Services

Explore all available Services on Servala, with new ones added regularly.

{% for service in services %}
{% if service.logo %} {% endif %}

{{ service.name }}

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

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

{% endfor %}
{% endblock %}