{% load i18n %} {% load static %} {% load utils_tags %} {% if featured_services %}
{% trans "Our Focus" %}
{% for s in featured_services %}
{% if s.image %}
{{ s.title }}
{% endif %}
{{ s.title }}

{{ s.short_description }}

{% endfor %}
{% else %} {% if request.user.is_authenticated and request.user.is_staff %}
{% url 'dashboard:service_new' as services_url %} {% blocktrans with url=services_url %}Add featured services in the dashboard to display them here.{% endblocktrans %}
{% endif %} {% endif %}