- {% if not funding_no_show_current %}
- {% current_offer as current_offer %}
- {{ current_offer.if }}
- {% ssi_include 'funding_top_bar' pk=current_offer %}
- {{ current_offer.endif }}
- {% endif %}
+ {% block annoy %}
+ {% annoy_banner 'blackout' %}
+ {% annoy_banner 'top' %}
+ {% if not funding_no_show_current %}
+ {% cache 120 funding_top_bar LANGUAGE_CODE %}
+ {% funding_top_bar %}
+ {% endcache %}
+ {% endif %}
+ {% endblock %}