{% extends "frontend/base.html" %} {% load i18n static %} {% block html_title %} {% block page_title %} {% translate "Services" %} {% endblock page_title %} {% endblock html_title %} {% block card_content %}
{% for service in services %}{{ service.description }}
{% endif %}{% translate "No services found." %}
{% endfor %} {% endblock card_content %}