{% load i18n %} {% load utils_tags %} {% load static %} {% get_social_media as social_media %} {% if social_media %}
{% trans "Follow us" %}
{% for medium in social_media %} {{ medium.name }} {% endfor %}
{% 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 %}
{% endif %} {% endif %}