Answer the question
In order to leave comments, you need to log in
Twig and operator "!"?
Something now came across that construct:
{% if(!campaign) %}
<p class="lead">За {{ date|date("d.m.Y") }} нет статистики по этой кампании</p>
{% endif %}
{% if(campaign) %}
{% else %}
<p class="lead">За {{ date|date("d.m.Y") }} нет статистики по этой кампании</p>
{% endif %}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question