{% block head %} {% endblock head %} {% block content %} {% for profile in profiles %} {% for group in groups %} {% if user.username == group %} {% if profile.photo %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ user.last_name }}, {{ user.first_name }}See Full Profile
{% endblock %}