diff --git a/src/servala/frontend/templates/frontend/organizations/services.html b/src/servala/frontend/templates/frontend/organizations/services.html index 3286952..b3707e4 100644 --- a/src/servala/frontend/templates/frontend/organizations/services.html +++ b/src/servala/frontend/templates/frontend/organizations/services.html @@ -16,36 +16,40 @@ - {% for service in services %} -
{{ service.description }}
{% endif %} +{{ service.description }}
{% endif %} + {% empty %} +{% translate "No services found." %}
+{% translate "No services found." %}
-