{% extends 'templates/default.php' %}
{% block title %}Show Schedule{% endblock %}
{% block content %}
	Upcoming Tour Dates
	
| {{ show.date }} {{ show.day }} | {{ show.time }} | {% if shows.artists.length > 1 %} w/ {% for artist in show.artists %} {% if not artist.name == 'HALFtone' %} {{ artist.name }} {% endif %} {% endfor %} {% else %} {{ show.description[:60] }} {% endif %} | {% if show.ticket_url %} {% endif %} |