{% extends 'base.html.twig' %} {% block title %}Conference Guestbook - {{ conference }}{% endblock %} {% block body %}
{{ comment.text }}
{% endfor %} {% if previous >= 0 %} Previous {% endif %} {% if next < comments|length %} Next {% endif %} {% else %}