{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Edit category {{ teamCategory.categoryid }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.coloris_extrahead() }} {% endblock %} {% block content %}

Edit category {{ teamCategory.categoryid }}

{% include 'jury/partials/team_category_form.html.twig' %} {% endblock %}