Files
vision/templates/directory/create.html.twig
Xbird 9f22f5b1ee V-Beta-1.0.0
Vision is out of alpha !
2022-02-02 17:46:29 +01:00

13 lines
247 B
Twig

{% extends 'base.html.twig' %}
{% block title %}{% trans %}title_directory_creation{% endtrans %}{% endblock %}
{% block body %}
<div class="row">
<div class="col-lg-8 mx-auto p-3 py-md-5">
{{ form(form) }}
</div>
</div>
{% endblock %}