{%load static %}
{% if place.get_hero_image %} {% include 'partials/image.html' with source_url=place.get_hero_image.filename.thumbnail.url link_url=place.get_absolute_url%} {% 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 %}

  • {% include 'partials/icons/place_favorite.html' with place=place%}
  • {% include 'partials/icons/place_visited.html' with place=place%}