{% extends "frontend/base.html" %} {% load i18n static %} {% block html_title %} {% block page_title %} {% translate "Services" %} {% endblock page_title %} {% endblock html_title %} {% block card_content %}
{{ filter_form }}
{% for service in services %}
{% if service.logo %} {{ service.name }} {% endif %}
{{ service.name }}
{% if service.description %}

{{ service.description }}

{% endif %}
{% empty %}

{% translate "No services found." %}

{% endfor %} {% endblock card_content %}