<div class="container reportProblem newsletter-areabrick" id="report-problem">
<div class="row pb-5">
<div class="col-12 col-md-9 offset-md-3 col-lg-6 offset-lg-0 col-xl-5 offset-xl-1 animate__animated animate__fadeInLeft wow">
<div class="reportProblem__title">
{{ pimcore_wysiwyg("reportProblemTitle", {
"toolbarGroups": [
{
"name": "WYSIWYG 1",
"groups": [ "basicstyles" ],
}
],
"height": 30,
}) }}
</div>
{% if not pimcore_wysiwyg("reportProblemSubtitle").isEmpty() and not editmode %}
<div class="reportProblem__subTitle">
{{ pimcore_wysiwyg("reportProblemSubtitle", {
"toolbarGroups": [
{
"name": "WYSIWYG 1",
"groups": [ 'basicstyles', 'colors', 'links', 'styles' ],
}
],
"height": 30,
}) }}
</div>
{% else %}
<div class="reportProblem__subTitle">
{{ pimcore_wysiwyg("reportProblemSubtitle", {
"toolbarGroups": [
{
"name": "WYSIWYG 1",
"groups": [ 'basicstyles', 'colors', 'links', 'styles' ],
}
],
"height": 30,
}) }}
</div>
{% endif %}
<div class="reportProblem__text">
{{ pimcore_wysiwyg("reportProblemText", {
"toolbarGroups": [
{
"name": "WYSIWYG 1",
"groups": [ "basicstyles" ],
}
],
"height": 280,
}) }}
</div>
</div>
<div class="col-12 col-md-9 offset-md-3 col-lg-6 offset-lg-0 col-xl-5 offset-xl-0 animate__animated animate__fadeInRight wow">
{% if document is defined and document and not isMobile|default() %}
{% if document.getProperty('newsletterForm') %}
{{ pimcore_inc(document.getProperty('newsletterForm').getRealFullpath(), { 'fixedVersion': true }) }}
{% endif %}
{% endif %}
</div>
</div>
</div>