{% if not cfp.closed %}<li><a href="{{ link("call-for-papers/") }}">Call for Papers</a></li>{% endif %}
{#<li><a href="{{ link("social/") }}">Social Event</a></li>#}
{% if schedule and schedule.published %}<li><a href="{{ link("schedule/") }}">Schedule</a></li>{% endif %}
+ {% if schedule and schedule.feedback %}<li><a href="{{ syslink("feedback/") }}">Feedback</a></li>{% endif %}
{% if cfr.open and not cfr.closed %}<li><a href="{{ link("registration/") }}">Registration</a></li>{% endif %}
{% if cfs.open %}<li><a href="{{ link("sponsors/") }}">Sponsors</a></li>{% endif %}
{% if not schedule.published %}<li><a href="{{ link("become-sponsor/") }}">Become a Sponsor</a></li>{% endif %}
changes occur.
</p>
+{% if conference.conferencefeedbackopen %}
+<p>
+ We welcome all feedback you may have for the conference overall. Please
+ <a href="{{ syslink("feedback/") }}">click here</a> to let us know what you
+ thought of the event!
+</p>
+{% endif %}
+
{% for day in days %}
<h2>{{ day.day|datetimeformat("%A, %b %d") }}</h2>