{% include 'PromotersFrontendBundle:Default:top_header.html.twig' %}
Spead the word!
Share on Facebook
Share on Twitter
facebook.
twitter.
background: #eee;
{% for s in shows %}
{{ include( 'PromotersShowBundle:Default:new_show.html.twig' ) }}
{% set prev_date = s.getDate|date('j') %}
{% endfor %}
{% set ind = 0 %}
{% for s in shows %}
{% if ind <= 4 and s.getFlyer != "http://ebmedia.eventbrite.com/s3-s3/eventlogos/2916751/4055415858-1.jpg" %}
{% endif %}
{% set ind = ind+1 %}
{% endfor %}