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