{% for listing in listings %}
{% empty %}
{% endfor %}
{% if is_paginated %}
{% endif %}
{% if listing.user.profile.photo %}
{% else %}
{{ listing.get_experience_level_display }}
{{ listing.user.first_name|first|upper }}{{ listing.user.last_name|first|upper }}
{% endif %}
{{ listing.user.university|default:"Student" }}
{{ listing.title }}
{{ listing.description|truncatechars:100 }}
{% if listing.tags.exists %} {% endif %}
{{ listing.get_category_display }}
👁 {{ listing.views_count }}
{% if listing.is_available %}
● Available
{% else %}
Unavailable
{% endif %}