{% extends 'base/base.html' %} {% load staticfiles %} {% block content %}

Photos:


{% if Thumbnail %}
{% csrf_token %}

Current Thumbnail: {{Thumbnail.path}}

{% else %}

Please Upload a Photo to represent this hotels Thumbnail

{% endif %}
{% for photo in Photos|slice:"1:"%} Delete

{%endfor%} Add Images Back {% endblock %}