mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
15 lines
251 B
Twig
15 lines
251 B
Twig
{% extends "DI/base.html.twig" %}
|
|
|
|
{% block title %}
|
|
Configuration Edition
|
|
{% endblock %}
|
|
|
|
|
|
{% block body %}
|
|
|
|
<div>
|
|
{% form_theme form 'DI/form/theme/configuration_theme.html.twig' %}
|
|
{{ form(form) }}
|
|
</div>
|
|
|
|
{% endblock %} |