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

Edit team {{ team.teamid }}

Team ID {{ team.teamid }}
{% include 'jury/partials/team_form.html.twig' %} {% endblock %}