{% extends "base.html" %} {% block title %}{{ event.name }} — Jason Studio{% endblock %} {% block content %}
{{ event.date }} — {{ event.location }}
{{ event.description }}
{% endif %} {% if is_customer %} {% include "gallery/partials/selection_summary.html" %} {% include "gallery/partials/filter_tabs.html" %} {% endif %}