{% extends "base.html" %} {% block title %}{{ event.name }} — Jason Studio{% endblock %} {% block content %}

{{ event.name }}

{{ event.date }} — {{ event.location }}

{% if is_photographer %}
Orders Upload
{% endif %}
{% if event.description %}

{{ event.description }}

{% endif %} {% if is_customer %} {% include "gallery/partials/selection_summary.html" %} {% include "gallery/partials/filter_tabs.html" %} {% endif %}
{% include "gallery/partials/photo_grid.html" %}
{% endblock %}