{% else %}
{% if request.user.is_authenticated and request.user.is_staff %}
{% url 'dashboard:social_media_new' as social_media_url %}
{% blocktrans with url=social_media_url %}Add social media links in the dashboard to display them here.{% endblocktrans %}