You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
364 B
Twig
13 lines
364 B
Twig
{% extends 'layout.html.twig' %}
|
|
|
|
{% block body %}
|
|
<div class="d-flex flex-column-reverse flex-lg-row container w-100">
|
|
|
|
<div class="container pt-3">
|
|
<h4>Start you trial now: <strong>{{ test.getName() }}</strong></h4>
|
|
<div class="row">
|
|
{{ form(form) }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %} |