{% extends "base.html" %} {% load likes_tags static thumbnail utility_tags %} {% get_media_prefix as MEDIA_URL %} {% block extrahead %} {% endblock %} {% block content %}

{{ location.title }}

{% if request.user.is_authenticated %} {% like_widget for location %} {% endif %} {% if location.image %} {% thumbnail location.image "480" as mobile_image %} {% endthumbnail %} {% thumbnail location.image "768" as tablet_image_sm %} {% endthumbnail %} {% thumbnail location.image "1024" as tablet_image_lg %} {% endthumbnail %} {{ location.title }} image {% endif %}

{{ location.description }}

{% endblock %} {% block js %} {% endblock %}