{%load static %}
{% if place.placeimages.all|length > 0 %} {% else %} {% endif %}

{{place.name|truncatechars:19}}

{{place.location|truncatechars:25}}

{% if place.description|length > 210 %} {{place.description|truncatechars:210|truncatewords:-1}} {% else %} {{place.description}} {% endif %}