Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
464B

  1. <?= $this->extend('templates/base') ?>
  2. <!-- title -->
  3. <?= $this->section('title') ?>Prestador<?= $this->endSection() ?>
  4. <!-- content -->
  5. <?= $this->section('content') ?>
  6. <h1>Tu solicitud no ha sido aprobada</h1>
  7. <h5>Revisa tu correo electrónico para consultar el motivo por el que esta fue rechazada.</h5>
  8. <h6>
  9. Puedes
  10. <a href="<?= route_to('registro') ?>">corregir tus datos</a>
  11. y enviarlos nuevamente a revisión.
  12. </h6>
  13. <?= $this->endSection() ?>