{% 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 %}
{{ button(path('jury_team_affiliation_add'), 'Add new affiliation', 'primary', 'plus') }}
{%- endif %} {% endblock %}