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