{% extends 'base.html.twig' %} {% block body %} {% if offerings|length > 0 %} {% for offering in offerings %} {% if offering.photoFilename %} {% endif %}

{{ offering.title }}

{{ offering.createdAt|format_datetime('medium', 'short') }} {% endfor %} {% else %}

There are currently no active listings

{% endif %} {% endblock %}