{% macro followee_icon(type) -%} {% if type == 'dataset' %} {% elif type == 'user' %} {% elif type == 'group' %} {% elif type == 'organization' %} {% endif %} {%- endmacro %}
{% if followees %} {% else %}

{{ _('You are not following anything') }}

{% endif %}