{% if file.affiliation == "owner" or not file.affiliation and directory_affiliation == "owner" %}
                        
                            {{ icon('trash-empty', cls='icon is-small') }}
                        
                    {% endif %}
                    {% if directory_affiliation == "owner" %}
                        
                            {{ icon('picture', cls='icon is-small') }}
                        
                    {% endif %}