{% for block in blocks %} {% if block.title %} {% endif %}
{% if 'homepage_view'|api_get_setting == 'activity' %} {% for item in block.content %}
{{ item.extra }} {{ item.visibility }} {{ item.only_icon_small }} {{ 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 %}