{% extends 'base.html.twig' %} {%block main_content%} {%if boostQueries is defined%} {%if is_granted('ROLE_BOOST_QUERY_CREATOR')%}
Add boost query
{% endif %} {%if boostQueries|length > 0%} {%set class='even'%} {%for boostQuery in boostQueries%} {%if class=='even'%}{%set class='odd'%}{%else%}{%set class='even'%}{%endif%} {%endfor%}
{{'Target'|trans}}
{{'Definition'|trans}}
{{boostQuery.target}}
{{boostQuery.definition}}
{{'Edit'|trans}}
{%if is_granted('ROLE_BOOST_QUERY_CREATOR')%}
{{'Delete'|trans}}
{% endif %}
{%endif%} {%endif%} {%if form is defined%} {{form(form, {'attr': {'id': 'form_boost_query'}})}} {%endif%} {%endblock%}