{% extends "workshop/base.html" %} {% load thumbnail %} {% block breadcrumb %}
  • Home
  • {{ workshop.title }}
  • Gallery
  • {% endblock breadcrumb %} {% block content %}

    Workshop gallery


    {% if images.count > 0 %}
    {% for i in images %} {% endfor %}
    {% else %}

    There is no pictures registered in this workshop

    {% endif %}
    {% endblock content %}