{% for list_user in users %}
  • {% if user %} {{ list_user.get_username }} | add as friend | follow user {% endif %}
  • {% endfor %}