<h4>{{ venue.name }}, {{ location }}</h4>
<nav class="button-bar">
{% if cfr.open and not cfr.closed %}<a class="button secondary" href="{{ link("registration/") }}">Register Now</a>{% endif %}
- <a class="button hollow secondary" href="{{ link("about/") }}">Find Out More</a>
+ {% if schedule and schedule.published %}
+ <a class="button hollow secondary" href="{{ link("schedule/") }}">What's On</a>
+ {% else %}
+ <a class="button hollow secondary" href="{{ link("about/") }}">Find Out More</a>
+ {% endif %}
</nav>
</div>
</section>
{% if cfr.open %}
<nav class="button-bar">
<a class="button primary" href="{{ link("registration/") }}">Register Now</a>
+ {% if schedule and schedule.published %}
+ <a class="button secondary" href="{{ link("schedule/") }}">What's On</a>
+ {% endif %}
<!--<a class="button" href="signin.html">Sign In</a>-->
</nav>
{% elif cfr.opening_date %}