{% spaceless %}
{% block main_content %} {% if documentTemplate.getHasRepeatedHeader() == false %} {% block header %} {% set editor = {'label': 'user.seller.title'|trans({}, 'DocumentTrans'), 'contactLabel': 'contact.title'|trans({}, 'DocumentTrans' )}|merge(user) %} {% include 'AppBundle:Documents:v2\\Include\\Global\\header.html.twig' with { 'editor': editor } %} {% endblock header %} {% endif %} {% block main_title %} {% include 'AppBundle:Documents:v2\\Include\\Global\\title.html.twig' with {'title': documentTemplate.getTitle()} %} {% endblock main_title %} {% block content %}{% endblock content %} {% block signature %} {% include 'AppBundle:Documents:v2\\Include\\Global\\signature.html.twig' with {'object': group} %} {% endblock signature %} {% block annex %} {% include 'AppBundle:Documents:v2\\Include\\Global\\annex.html.twig' %} {% endblock annex %} {% block watermark %} {% endblock watermark %} {% if documentTemplate.getHasRepeatedFooter() == false %} {% block footer %} {% include 'AppBundle:Documents:v2\\Include\\Global\\footer.html.twig' with {'object': group} %} {% endblock footer %} {% endif %} {% endblock main_content %} |