{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Affiliations - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {% endblock %} {% block content %}

Affiliations

{{ macros.table(team_affiliations, table_fields) }} {%- if is_granted('ROLE_ADMIN') %}

{{ button(path('jury_team_affiliation_add'), 'Add new affiliation', 'primary', 'plus') }}

{%- endif %} {% endblock %}