{% if app.request.attributes.get('_route') == 'app_fan_checkout' %} {% for event in all_event_meta %}
{{ event.start_date|date('F j, Y') }}

{{ event.team_a }} vs {{ event.team_b }}

{% endfor %} {% endif %}
  • {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
    Avatar {{ app.user.nickname|default(app.user.person.name) }}
    Profile
    {% if is_granted('ROLE_ADMIN') or is_granted("ROLE_SUPERADMIN") %} Admin {% endif %} Logout
    {% else %}
    Avatar Login/Register
    Login Register
    {% endif %}
  • Home
  • {# the path has a season slug [which may cause problems in case of two active seasons] #} {# ASSUMPTION: An organization can only have one active season at one time #} {# if this changes then we can remove the slug and then add a filter in the membership show page for the seasons #} {# choose a season and purchase its season memberships tiers #}