templates/molecules/notices/summary-select.html.twig line 1

Open in your IDE?
  1. <article class="ml-notice is-select {{ modifiers }}">
  2.     <div class="notice-content-wrapper">
  3.         <h3 class="at-title">
  4.           <a href="{{ link ?? path('government-PAS-selection-detail') }}">{{ title ?? 'Escala facultativa de arquivos, bibliotecas e museos, especialidade bibliotecas' }}</a>
  5.         </h3>
  6.         {% if hasDetail is defined and hasDetail == true %}
  7.             <dl class="at-desc-list is-vertical">
  8.               <dt>Tipo de persoal</dt>
  9.               <dd>Persoal funcionario de carreira</dd>
  10.               <dt>Grupo/Subgrupo</dt>
  11.               <dd>Subgrupo A1</dd>
  12.               <dt>Prazo de presentación de solicitudes<dt>
  13.               <dd>Do 14/01/2022 ao 02/02/2022</dd>
  14.               <dt>Última actualización</dt>
  15.               <dd>00/00/0000</dd>
  16.             </dl>
  17.         {% endif %}
  18.         {% if hasTags is defined and hasTags == true %}
  19.             <ul class="ml-tags-list">
  20.                 <li>
  21.                     <a href="" class="at-tag is-primary">Convocatoria aberta</a>
  22.                 </li>
  23.             </ul>
  24.         {% endif %}
  25.     </div>
  26. </article>