You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
494B

  1. {% extends '@LcSov/adminlte/layout.html.twig' %}
  2. {% import '@LcSov/adminlte/macro/infobox.html.twig' as minfobox %}
  3. {% block content_title %}
  4. {{ 'dashboard'|sov_trans_admin_title }}
  5. {% endblock %}
  6. {% block main %}
  7. <a class="btn btn-primary" style="margin-bottom: 40px;" href="{{ urlCreate }}" role="button" title="formulaire collectif">Accéder au formulaire collectif</a>
  8. {{ minfobox.infobox("Nombre de formulaires collectifs", nbForm, "red", "fas fa-database") }}
  9. {% endblock %}