{% 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 %}
{% include "website/partials/call_to_action.html" %}