chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends 'admin_base.html.twig' %}
{% block title %}New ReviewSource{% endblock %}
{% block body %}
<h1>Create new ReviewSource</h1>
{{ include('review_source/_form.html.twig') }}
<a href="{{ path('app_review_source_index') }}">back to list</a>
{% endblock %}