{% extends "events/base-wide.html" %} {% load event_tags %} {% load styled_forms %} {% load base_filters %} {% block title %}{{ block.super }}{% trans "Registration Pre" %} {{ event.title }} {{ event.start_dt|date:"M j, Y" }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ pricing.title }}{% if pricing.target_display %} ({{ pricing.target_display }}){% endif %}
{% trans "Available Before" %}: {{ pricing.end_dt|date:'M j g:i A' }}
{{ pricing.description|safe }}
{% trans "Price" %}: {{ pricing.price|format_currency }}
{% with pricing as price %} {% include "events/include/pricing_spots_status.html" %} {% endwith %}{{ pricing.title }}{% if pricing.target_display %} ({{ pricing.target_display }}){% endif %}
{% trans "Available Before" %}: {{ pricing.end_dt|date:'M j g:i A' }}
{{ pricing.description|safe }}
{% trans "Price" %}: {{ pricing.price|format_currency }}