2017-08-10 04:25:12 +00:00
|
|
|
{% extends "page_with_title_and_lede.html" %}
|
|
|
|
|
|
|
|
{% load i18n %}
|
2017-08-11 22:57:12 +00:00
|
|
|
{% load markdown_deux_tags %}
|
2017-08-10 04:25:12 +00:00
|
|
|
|
|
|
|
{% block head_title %}Terms and Conditions{% endblock %}
|
|
|
|
|
|
|
|
{% block heading %}Terms and Conditions{% endblock %}
|
|
|
|
|
|
|
|
{% block body_class %}terms-and-conditions{% endblock %}
|
|
|
|
|
2017-08-15 21:57:09 +00:00
|
|
|
{% block lede %}Terms and Conditions will be available when tickets are on sale.{% endblock %}
|
|
|
|
|
2017-08-10 04:25:12 +00:00
|
|
|
{% block content %}
|
2017-08-11 22:57:12 +00:00
|
|
|
{% markdown %}
|
2017-08-10 04:25:12 +00:00
|
|
|
|
2017-08-15 21:57:09 +00:00
|
|
|
{% comment %}
|
2017-08-11 22:57:12 +00:00
|
|
|
{% include "static_pages/terms_and_conditions.md" %}
|
2017-08-15 21:57:09 +00:00
|
|
|
{% endcomment %}
|
2017-08-11 22:57:12 +00:00
|
|
|
|
|
|
|
{% endmarkdown %}
|
2017-08-10 04:25:12 +00:00
|
|
|
{% endblock %}
|