templates/front/transparency/cud/patrimonial-info.html.twig line 1

Open in your IDE?
  1. {% extends 'index.html.twig' %}
  2. {% block breadcrumbs %}
  3.   <span class="breadcrumbs ps-3 ps-xl-5 ps-lg-4 text-danger">
  4.     Transparencia<svg xmlns="http://www.w3.org/2000/svg"
  5.       width="16"
  6.       height="16"
  7.       fill="currentColor"
  8.       class="bi bi-chevron-compact-right align-middle"
  9.       viewBox="0 0 16 16">
  10.       <path fill-rule="evenodd"
  11.         d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z" />
  12.     </svg>Centro Univesitario de la Defensa<svg xmlns="http://www.w3.org/2000/svg"
  13.       width="16"
  14.       height="16"
  15.       fill="currentColor"
  16.       class="bi bi-chevron-compact-right align-middle"
  17.       viewBox="0 0 16 16">
  18.       <path fill-rule="evenodd"
  19.         d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z" />
  20.     </svg>Información Patrimonial
  21.   </span>
  22. {% endblock %}
  23. {% block body %}
  24.   {{content[0].content |raw}}
  25.   <div class="container-fluid row m-auto content" id="patrimonialInfo">
  26.     {{content[1].content |raw}}
  27.     {{content[2].content |raw}}
  28.     <div>
  29.     {{content[7].content |raw}}
  30.     </div>
  31.   </div>
  32. {% endblock %}