<ul class="us-footer-list list-unstyled">
{% for information in informations %}
<li class="us-footer-item us-footer-information"><a href="{{ information.href }}" {% if information.rel is defined and information.rel %}rel="nofollow"{% endif %} class="us-footer-link">{{ information.title }}</a></li>
{% endfor %}
</ul>
<ul class="us-footer-list list-unstyled">
{% for information in informations | slice(0, 6) %}
<li class="us-footer-item us-footer-information"><a href="{{ information.href }}" {% if information.rel is defined and information.rel %}rel="nofollow"{% endif %} class="us-footer-link">{{ information.title }}</a></li>
{% endfor %}
</ul>