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

Add executable

{% include 'jury/partials/executable_form.html.twig' %} {{ macros.collection_scripts() }} {% endblock %}