{% for achievement in all_achievements %} {% if achievement.type == achievement_type %} {% for column in columns_names %} {% endfor %} {% include 'modules/common/components/table-cells/actions.html.twig' with { "trash" : true, "edit" : true, "save" : true, "tableClasses": "d-none actions" } %} {% endif %} {% endfor %}
{{ attribute(achievement,column) }}