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