{% extends "user-profile.html" %} {% set active_page = "following" %} {% block content %} {% if user.follows | length %} {% for followed in user.follows %} {% endfor %} {% else %}

{% trans %}This user isn't following anyone yet.{% endtrans %}

{% endif %}
{% endblock %}