V-Beta-1.0.0

Vision is out of alpha !
This commit is contained in:
Xbird
2022-02-02 17:46:29 +01:00
parent 797bf35b47
commit 9f22f5b1ee
2297 changed files with 278438 additions and 76 deletions

View File

@@ -0,0 +1,15 @@
{% extends 'bundles/TwigBundle/Exception/error.html.twig' %}
{% block title %}{% trans %}title_errorpage_403{% endtrans %}{% endblock %}
{% block body %}
<!-- [ 403 ] start -->
<div class="row">
<div class="col">
<h4 class="mb-3 f-w-400 text-center"><p>{{ 'title_errorpage_403_message' |trans}}</p></h4>
{{ block('youcan') }}
</div>
</div>
<!-- [ 403 ] end -->
{% endblock %}