{{ listing.title }}
{% if listing.city %}{{ listing.city }}, {{ listing.state }} {{ listing.zip }}{% endif %} ยท {{ _('%(n)s views', n=listing.view_count) }}
{% if listing.images %}
{% for img in listing.images %}
{% endfor %}
{% endif %}
{{ listing.body | replace('\n','
') | safe }}
{% if listing.attributes %}
') | safe }}
| {{ f.label }} | {{ listing.attributes.get(f.name) }} |
|---|