- {% if not include_html is defined %}
-     {% set include_html=1 %}
-     {% if  app.request.request.get('skipHTML') !='' %}
-         {% set include_html= 0 %}
-     {% endif %}
- {% endif %}
- {% if include_html==1 %}
-     <script>
-         if (typeof module === 'object') {
-             window.module = module;
-             module = undefined;
-         }
-         //    require('./preload');
-     </script>
-     {% if pdf is defined and pdf==true %}
-     {% else %}
-         <script>window.jQuery || document.write('<script type="text/javascript" src="{{ absolute_url(path('dashboard')) }}jqueryui/external/jquery/jquery.js"><\/script>')</script>
-         {#<script type="text/javascript"#}
-                 {#src="{{ absolute_url(path('dashboard')) }}jqueryui/external/jquery/jquery.js"></script>#}
-         {#<script type="text/javascript" src="{{ absolute_url(path('dashboard')) }}js/html2pdf.bundle.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>#}
-         {#<script type="text/javascript" src="{{ absolute_url(path('dashboard')) }}js/html2canvas.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>#}
-         {#<script type="text/javascript" src="{{ absolute_url(path('dashboard')) }}js/jspdf.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>#}
-         {#<script type="text/javascript" src="{{ absolute_url(path('dashboard')) }}js/jspdfhtml.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>#}
-         <script type="text/javascript"
-                 src="{{ absolute_url(path('dashboard')) }}js/excel_export.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
-         <script type="text/javascript"
-                 src="{{ absolute_url(path('dashboard')) }}js/pdf_export.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
-     {% endif %}
- {% endif %}
- {% if not invoice_footer is defined %}
-     {#<script type="text/javascript">alert('PIKAA')</script>#}
-     {% if approval_data is defined %}
-         {#{% elseif another_skip_flag is defined %}#}
-         {#{% else %}#}
-         {#<script type="text/javascript">alert('PIKAA')</script>#}
-         {% set dataDocEntity=approval_data.entity %}
-         {% set dataDocEntityId=approval_data.entityId %}
-         {% include '@Application/inc/snippets/comment_box_codecovers.html.twig' %}
-     {% endif %}
- {% endif %}
- <script type="text/javascript" src="{{ absolute_url(path('dashboard')) }}js/responsiveVoice.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}&key=dDGWRITW"></script>
- {% if include_html==1 %}
-     </body>
-     </html>
- {% endif %}
- <style type="text/css">
-     body {
-         /*-moz-transform: scale(0.5, 0.5); !* Moz-browsers *!*/
-         zoom: 1; /* Other non-webkit browsers */
-         zoom: 100%; /* Webkit browsers */
-     }
-     /*.modal-dialog {*/
-     /*width: 75%;*/
-     /*}*/
-     .trans_amount {
-         text-align: right;
-     }
- </style>
- {# <script src="{{ asset('js/treant_js/raphael.js') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
- <script src="{{ asset('js/treant_js/Treant.js') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script> #}
- {# <script src="{{ asset('js/utilitie.js') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script> #}