{% block stylesheets %}{% endblock %} {% block stylesheet %}{% endblock %} {% if nmi_tokenization_key %} {% endif %} {% block headJavaScript %}{% endblock %}

{% block title %}{% endblock %}
{% if is_granted('ROLE_USER') and iservice %} {% block buttonNew %}
{% if cdk %} {% endif %} Create New Job
{% endblock %} {% endif %}

{% if is_granted('ROLE_USER') %} {{ include('@App/textingSidebar.html.twig') }} {{ include('@Preview/salesTextingSidebar.html.twig') }} {% endif %}
{% for flash_message in app.session.flashBag.get('notice') %}
{% endfor %} {% for flash_message in app.session.flashBag.get('error') %}
{% endfor %} {% block body %} {% endblock %}
{% block modal %}{% endblock %} {% if is_granted('ROLE_USER') and iservice and cdk %} {{ render(controller('AppBundle:iService\\Default:quickAddRO')) }} {% endif %} {% block javascripts %}{% endblock %}