{# #} {# #} {# #} {# #}
{% include 'nav_bar.html' %}
{% for obj_type in nb_objects %}
{% with type=obj_type, name=nb_objects[obj_type]['name'], icon=nb_objects[obj_type]['icon']['icon'], nb=nb_objects[obj_type]['nb'], url=nb_objects[obj_type]['link'] %} {% include 'objects/block_obj_button.html' %} {% endwith %}
{% endfor %}