{% extends "user_profile/user.html" %} {% import "macros.html" as macros %} {% block profileseciton %} {% trans %}network{% endtrans %} {% endblock %} {% block usercontent %} {% if followed_users or followers %} {% if followers %}
{% trans %}Your network is empty. Would you like to follow someone? - Just visit their profiles and click "follow"{% endtrans %}
{% else %}{% trans username = view_user.username %}{{username}}'s network is empty{% endtrans %}
{% endif %} {% endif %} {% endblock %}