{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Compiler and runner versions overview{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {% endblock %} {% block content %}
{{ lang.language.langid }}
{% if is_granted('ROLE_ADMIN') %}
{{ button(path('jury_language_edit', {'langId': lang.language.langid}), 'Edit version command(s)', 'primary btn-sm', 'edit') }}
{% endif %}
$ {{ output.command }}
{{ output.version }}
$ {{ output.command }}
{{ output.version }}