id
message
{% for fortune in list %}
{{ fortune.getId() }}
{{ fortune.getMessage() }}
{% endfor %}