{% else %}
{% if request.user.is_authenticated and request.user.is_staff %}
{% url 'dashboard:hero_text_new' as hero_text_url %}
{% blocktrans with url=hero_text_url %}
Add hero text in the dashboard to display it here.
{% endblocktrans %}
{% endif %}
{% endif %}