{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %}

Bodhi Comments

{% for comment in bodhi_comments %} {% endfor %}
ID Date Update Comment
{{ comment['id'] }} {{ comment['date'] }} {{ comment['update'] }} {{ comment['text'] | urlize(120, true)}}