{% load static %} {% for user in users %}
Profile Picture

@{{ user.username }} {% if user.first_name %}| {{ user.first_name }}{% endif %} {% if user.last_name %}{{ user.last_name }}{% endif %}

{% if user.profile.bio %}

Bio: {{ user.profile.bio }}

{% endif %}
{% endfor %}