{{ destination.title }}

{{ destination.summary }}


{% if authenticated_request %} {% with object.destination as blog %} {% if user.is_staff or user.id == object.author.id or user.id == blog.author.id %} Edit this entry Add an image {% endif %} {% endwith %} {% endif %} {% load cache %} {% cache 120 'entry_extra' object.id object.last_modified 5 %} {% if prev_update %} {% endif %} {% if next_update %} {% endif %} {% endcache %}