<p><em>* a number of other floormates say this info is incorrect</em></p>
{% endif %}
{% empty %}
<divclass="col-md-12">
<p>No visible students.</p>
</div>
{% endif %}
{% empty %}
<divclass="col-md-12">
<p>No visible students.</p>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</div>
<br/>
{% if location_hidden %}
<legendclass="text-center">Off-campus/Location not visible because of student <ahref="{% url 'update_student' request.user.username %}">privacy settings</a></legend>
<divclass="row">
<divclass="col-md-12">
{% for student in location_hidden %}
{% if not student in request.user.student.blocked_kids.all %}
<divclass="col-sm-3 text-center">
<imgclass="img-circle img-responsive center center-block"src="{{ student.profile_image_url }}"alt="{{ student.get_first_name_or_uname }} profile picture">