{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

{{ location.name }}

{% if user.is_authenticated %} {% if allow_checkin %} Check In Here {% else %}
Already Checked In
{% endif %} {% endif %}

Map of the area

{% if location.street_address %} {% else %} {% endif %}

Recently checked in here

{% if recent_checkins %} {% else %}

No checkins yet. You could be the first!

{% endif %}
{% if user.is_authenticated %}

Leave a Tip or Todo

{% csrf_token %}
{% endif %}

Tips & Todos from Redditors

{% if location.tip_set.all %} {% else %}

No tips yet. Be the first and add one!

{% endif %} {% endblock %}