templates/template_parts_project_specific/header_project_specific2.html.twig line 1

Open in your IDE?
  1. {#<!-- Nav Item #6 - CV -->#}
  2. {#<li class="nav-item dropdown">#}
  3. {#    <a href="{{ path('curriculum_vitae' ) }}">CV</a>#}
  4. {#</li>#}
  5. {#<!-- Nav Item #7 - SN Admin -->#}
  6. {#{% if is_granted('ROLE_IT') %}#}
  7. {#    <li class="nav-item dropdown">#}
  8. {#        <a style="color: red !important" class="nav-link dropdown-toggle" href="#"#}
  9. {#           id="navbarDropdown" role="button"#}
  10. {#           data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">#}
  11. {#            Admin#}
  12. {#        </a>#}
  13. {#        <div class="dropdown-menu" aria-labelledby="navbarDropdown">#}
  14. {#            {% if is_granted('ROLE_IT') %}#}
  15. {#                <a class="dropdown-item"#}
  16. {#                   href="{{ path('to_do_list_index', {status:'Pending',project:'All'}) }}">#}
  17. {#                    To Do List</a>#}
  18. {#            {% endif %}#}
  19. {#            <hr>#}
  20. {#            <a class="dropdown-item" href="{{ path('useful_links_index', {'category':'All'}) }}">Helpful#}
  21. {#                links</a>#}
  22. {#            {% if is_granted('ROLE_ADMIN') %}#}
  23. {#                <a class="dropdown-item" href="{{ path('/admin/fileattachments/index') }}">Helpful#}
  24. {#                    files</a>#}
  25. {#            {% endif %}#}
  26. {#        </div>#}
  27. {#    </li>#}
  28. {#{% endif %}#}
  29. {#<!-- Nav Item #8 - Investments -->#}
  30. {#{% if is_granted('ROLE_ACCOUNTANT') %}#}
  31. {#    <li class="nav-item dropdown">#}
  32. {#        <a style="color: red !important" class="nav-link dropdown-toggle" href="#"#}
  33. {#           id="navbarDropdown" role="button"#}
  34. {#           data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Investments</a>#}
  35. {#        <div class="dropdown-menu" aria-labelledby="navbarDropdown">#}
  36. {#            <a class="dropdown-item"#}
  37. {#               href="{{ path('investments_economic_index', {'subset': 'Active'}) }}">Investments</a>#}
  38. {#            <hr>#}
  39. {#            <a class="dropdown-item" href="{{ path('tax_supporting_docs_index') }}">Supporting#}
  40. {#                Tax#}
  41. {#                Docs</a>#}
  42. {#            <a class="dropdown-item" href="{{ path('investment_future_comms_index') }}">Investment#}
  43. {#                Docs</a>#}
  44. {#            <hr>#}
  45. {#            <a class="dropdown-item" href="{{ path('jpm_ic_history_index') }}">IC Record</a>#}
  46. {#        </div>#}
  47. {#    </li>#}
  48. {#{% endif %}#}
  49. {#<!-- Nav Item #9 - Tax -->#}
  50. {#{% if is_granted('ROLE_ACCOUNTANT') %}#}
  51. {#    <li class="nav-item dropdown">#}
  52. {#        <a style="color: red !important" class="nav-link dropdown-toggle" href="#"#}
  53. {#           id="navbarDropdown" role="button"#}
  54. {#           data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tax</a>#}
  55. {#        <div class="dropdown-menu" aria-labelledby="navbarDropdown">#}
  56. {#            <a class="dropdown-item" target="_blank"#}
  57. {#               href="{{ path('investments_tax_consequences',{'show': 'TaxEffect'}) }}">Tax#}
  58. {#                summary -#}
  59. {#                Investments</a>#}
  60. {#            <a class="dropdown-item" target="_blank"#}
  61. {#               href="{{ path('tax_inputs_overview_index') }}">Tax#}
  62. {#                summary - Self-Assessment</a>#}
  63. {#            <hr>#}
  64. {#            <a class="dropdown-item" href="{{ path('tax_inputs_index') }}">Employment Income</a>#}
  65. {#        </div>#}
  66. {#    </li>#}
  67. {#{% endif %}#}