<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>{% block title %}{% endblock %}Verticals CRM - Deveo</title> <link rel="icon" type="image/x-icon" href="{{ asset('images/favicon.ico') }}"> {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} <script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script> <script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script> {% endblock %} </head> <body> <div id="header"> <div class="row"> <div class="col-5"> <div class="p-2"> <div id="logo"></div> </div> </div> <div class="col-2 pt-3" id="verticals-text-logo"> Verticals </div> <div class="col-5 text-end"> {% if is_granted('IS_AUTHENTICATED_FULLY') %} <div class="float-end p-3"> <div class="float-start" style="padding-right: 1em;"> <span style="margin-right: 6px;">{{ app.user.firstname }}</span> <i class="fa fa-user-circle-o fa-lg text-primary" aria-hidden="true"></i> </div> <div class="float-start" style="color: rgba(0, 0, 0, 0.2); padding-right: 1em;"> | </div> <div class="float-start"> <a href="{{ path('logout') }}" class="text-secondary"> <span style="margin-right: 6px;">Sign Out</span> <i class="fa fa-sign-out fa-lg" aria-hidden="true"></i> </a> </div> </div> {% endif %} </div> </div> </div> <div class="row"> <div class="col-2"> <div class="wrapper"> <nav id="sidebar" class="p-2"> <ul class="list-unstyled components"> {% if is_granted('ROLE_PM') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <div class="module-title"> <i class="fa fa-users" aria-hidden="true"></i> Contact </div> <ul class="list-unstyled menu-module"> {% if ( is_granted('ROLE_EDM') or is_granted('ROLE_EPA') ) and is_granted('ROLE_ADMIN') == false %} <li> <a href="{{ path('homepage') }}" title="Homepage">Homepage</a> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('contact_management_contact_management_index') }}" title="Contact Management"> Contact Management </a> </li> {% endif %} <li> <a title="Contact Search" onclick="javascript:window.open('{{ path('contact_management_contact_search_form') }}', '', 'width=960, height=700, menubar=no, status=yes, scrollbars=yes, resizable=yes');" href="javascript:void(0);">Contact Search</a> </li> {% if is_granted('ROLE_ADMIN') %} <li> <a href="{{ path('contact_management_contact_import') }}" title="Contact Import">Contact Import</a> </li> <li> <a href="{{ path('contact_management_bounces_import') }}" title="Bounces Import">Bounces Import</a> </li> <li> <a href="{{ path('contact_management_bulk_delete') }}" title="Bulk Delete">Bulk Delete</a> </li> <li> <a href="{{ path('contact_management_contact_trash') }}" title="Contact Trash">Contact Trash</a> </li> <li> <a href="{{ path('administration_csp_trash') }}" title="Company Trash">Company Trash</a> </li> {% endif %} </ul> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_USER') or is_granted('ROLE_CUSTOMER') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <div class="module-title"> <i class="fa fa-bullhorn" aria-hidden="true"></i> Campaign </div> <ul class="list-unstyled menu-module"> {% if is_granted('ROLE_PM') %} <li> <a href="{{ path('campaign_campaign_management_index') }}" title="Campaign Management"> Campaign Management </a> </li> {% endif %} <li> <a href="{{ path('campaign_my_campaigns_index') }}" title="My Campaigns"> My Campaigns </a> </li> {% if is_granted('ROLE_USER') and is_granted('ROLE_ADMIN') == false %} <li> <a href="{{ path('campaign_calls_of_the_day') }}" title="Calls of the day"> Calls of the day </a> </li> {% endif %} </ul> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_EX_UPDATE') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <div class="module-title"> <i class="fa fa-cogs" aria-hidden="true"></i> Administration </div> <ul class="list-unstyled menu-module"> {% if is_granted('ROLE_PM') %} <li> <a href="{{ path('administration_user_management_index') }}" title="User Management"> User Management </a> </li> {% endif %} {% if is_granted('ROLE_EX_UPDATE') or is_granted('ROLE_PM') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('administration_csp_management_index') }}" title="Company Management"> Company Management </a> </li> {% endif %} {% if is_granted('ROLE_ADMIN') %} <li> <a href="{{ path('administration_csptype_management_index') }}" title="Industry Management"> Industry Management </a> </li> <li> <a href="{{ path('administration_company_type_management_index') }}" title="Company type Management"> Company type Management </a> </li> {% endif %} {% if is_granted('ROLE_PM') %} <li> <a href="{{ path('administration_customer_management_index') }}" title="Customer Management"> Customer Management </a> </li> {% endif %} {% if is_granted('ROLE_EX_UPDATE') or is_granted('ROLE_PM') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('administration_conference_management_index') }}" title="Conference Management"> Conference Management </a> </li> {% endif %} {% if is_granted('ROLE_EPA') %} <li> <a href="{{ path('administration_source_management_index') }}" title="Source Management"> Source Management </a> </li> {% endif %} {% if is_granted('ROLE_ADMIN') %} <li> <a href="{{ path('administration_campaigntype_management_index') }}" title="Campaign Type Management"> Campaign Type Management </a> </li> {% endif %} </ul> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_USER') or is_granted('ROLE_CUSTOMER') or is_granted('ROLE_SALES') or is_granted('ROLE_EPA') %} <li> <div class="module-title"> <i class="fa fa-bar-chart" aria-hidden="true"></i> Statistics </div> <ul class="list-unstyled menu-module"> {% if is_granted('ROLE_PM') or is_granted('ROLE_USER') or is_granted('ROLE_CUSTOMER') %} <li> <a href="{{ path('statistics_reporting_index') }}" title="Reporting"> Reporting </a> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_USER') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('statistics_by_time_unit') }}" title="By time unit"> By time unit </a> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_SALES') %} <li> <a href="{{ path('statistics_breakdown') }}" title="Breakdown"> Breakdown </a> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_USER') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('statistics_editing_records') }}" title="CRM Editing Records"> CRM Editing Records </a> </li> {% endif %} </ul> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_UPDATE') or is_granted('ROLE_EX_UPDATE') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <div class="module-title"> <i class="fa fa-undo" aria-hidden="true"></i> Update Management </div> <ul class="list-unstyled menu-module"> {% if is_granted('ROLE_PM') or is_granted('ROLE_UPDATE') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('updates_duplicates') }}" title="Duplicates - Same Name & Company"> Duplicates - Same Name & Company </a> </li> <li> <a href="{{ path('updates_email_duplicates') }}" title="Email Address Duplicates"> Email Address Duplicates </a> </li> {% endif %} {% if is_granted('ROLE_PM') or is_granted('ROLE_UPDATE') or is_granted('ROLE_EDM') or is_granted('ROLE_EPA') %} <li> <a href="{{ path('updates_incomplete_contact_search') }}" title="Incomplete contact search"> Incomplete contact search </a> </li> {% endif %} </ul> </li> {% endif %} </ul> </nav> </div> </div> {% include 'modals.html.twig' %} <div class="col-10"> <div id="content"> {% for label, messages in app.flashes %} {% for message in messages %} <div class="flash-message flash-{{ label }}"> {{ message|raw }} </div> {% endfor %} {% endfor %} {% block body %}{% endblock %} </div> </div> </div> <div id="footer"> CSP CRM | Deveo© </div> </body></html>