{% if postos | length > 0 %}
{% for posto in postos %}
<div class="posto">
{{ posto.texto }}
</div>
{% endfor %}
{% endif %}