{% for block in blocks %} {% if block.title %}

{{ block.title }}

{% endif %}
{% if 'homepage_view'|api_get_setting == 'activity' %} {% for item in block.content %}
{{ item.extra }} {{ item.visibility }} {{ item.icon }} {{ item.link }}
{% endfor %} {% endif %} {% if 'homepage_view'|api_get_setting == 'activity_big' %} {% for item in block.content %}
{{ item.tool.image }}

{{ item.visibility }} {{ item.extra }} {{ item.link }}

{% endfor %} {% endif %}
{% endfor %}