Fix mail template data - refs BT#9092

1.10.x
Daniel Barreto 11 years ago
parent 7586e90323
commit ca5faba0f7
  1. 4
      plugin/advancedsubscription/views/admin_view.tpl
  2. 16
      plugin/advancedsubscription/views/advsub_approval_admin_accepted_notice_admin.tpl
  3. 18
      plugin/advancedsubscription/views/advsub_approval_admin_accepted_notice_student.tpl
  4. 18
      plugin/advancedsubscription/views/advsub_approval_admin_accepted_notice_superior.tpl
  5. 16
      plugin/advancedsubscription/views/advsub_approval_admin_rejected_notice_admin.tpl
  6. 18
      plugin/advancedsubscription/views/advsub_approval_admin_rejected_notice_student.tpl
  7. 18
      plugin/advancedsubscription/views/advsub_approval_admin_rejected_notice_superior.tpl
  8. 18
      plugin/advancedsubscription/views/advsub_request_approve_confirmed.tpl
  9. 18
      plugin/advancedsubscription/views/advsub_request_approved_info_admin.tpl
  10. 18
      plugin/advancedsubscription/views/advsub_request_approved_reminder.tpl
  11. 18
      plugin/advancedsubscription/views/advsub_request_disapprove_confirmed.tpl
  12. 18
      plugin/advancedsubscription/views/advsub_request_received.tpl
  13. 18
      plugin/advancedsubscription/views/advsub_request_received_reminder.tpl
  14. 24
      plugin/advancedsubscription/views/advsub_request_superior.tpl
  15. 18
      plugin/advancedsubscription/views/advsub_request_superior_approved.tpl
  16. 18
      plugin/advancedsubscription/views/advsub_request_superior_disapproved.tpl
  17. 34
      plugin/advancedsubscription/views/advsub_request_superior_reminder.tpl
  18. 34
      plugin/advancedsubscription/views/advsub_request_superior_reminder_max.tpl

@ -43,10 +43,10 @@
<td>{{ student.lastname }} {{ student.firstname }}</td>
<td>{{ student.created_at }}</td>
<td>{{ student.validation }}</td>
<td><a onclick="javascript:if(!confirm('¿Esta seguro de que desea aceptar la inscripción de {{ student.lastname }} {{ student.firstname }}?')) return false;" href="/plugin/advancedsubscription/ajax/advsub.ajax.php?action=approve&u={{ student.user_id }}&s={{ session.session_id }}"><img src="/main/img/icons/22/accept.png" alt="Aceptar" title="Aceptar">
<td><a onclick="javascript:if(!confirm('¿Esta seguro de que desea aceptar la inscripción de {{ student.lastname }} {{ student.firstname }}?')) return false;" href="/plugin/advancedsubscription/ajax/advsub.ajax.php?a=approve&u={{ student.user_id }}&s={{ session.session_id }}"><img src="/main/img/icons/22/accept.png" alt="Aceptar" title="Aceptar">
</a>
</td>
<td><a onclick="javascript:if(!confirm('¿Esta seguro de que desea rechazar la inscripción de {{ student.lastname }} {{ student.firstname }}?')) return false;" href="/plugin/advancedsubscription/ajax/advsub.ajax.php?action=reject&u={{ student.user_id }}&s={{ session.session_id }}"><img src="/main/img/icons/22/delete.png" alt="Rechazar" title="Rechazar">
<td><a onclick="javascript:if(!confirm('¿Esta seguro de que desea rechazar la inscripción de {{ student.lastname }} {{ student.firstname }}?')) return false;" href="/plugin/advancedsubscription/ajax/advsub.ajax.php?a=reject&u={{ student.user_id }}&s={{ session.session_id }}"><img src="/main/img/icons/22/delete.png" alt="Rechazar" title="Rechazar">
</a>
</td>
</tr>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ admin.name }}</h2>
<p>Hemos recibido y registrado su validación de la inscripción de <strong>{{ student.name }} ({{ student.official_code }})</strong> al curso <strong>{{ session.title }}</strong></p>
<h2>{{ admin.complete_name }}</h2>
<p>Hemos recibido y registrado su validación de la inscripción de <strong>{{ student.complete_name_with_username }}</strong> al curso <strong>{{ session.name }}</strong></p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Aprobada: su inscripción al curso {{ session.title }} fue confirmada! </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Aprobada: su inscripción al curso {{ session.name }} fue confirmada! </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Nos complace informarle que su inscripción al curso <strong>{{ session.title }}</strong> iniciando el <strong>{{ session.start_date }}</strong> fue validada por los administradores rechazada por falta de cupos. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<h2>{{ student.complete_name }}</h2>
<p>Nos complace informarle que su inscripción al curso <strong>{{ session.name }}</strong> iniciando el <strong>{{ session.date_start }}</strong> fue validada por los administradores rechazada por falta de cupos. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Validación de inscripción de {{ student.name }} al curso {{ session.title }} </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Validación de inscripción de {{ student.complete_name }} al curso {{ session.name }} </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ superior.name }}</h2>
<p>La inscripción de <strong>{{ student.name }}</strong> al curso <strong>{{ session.title }}</strong> iniciando el <strong>{{ session.start_date }}</strong>, que estaba pendiente de validación por los organizadores del curso, fue validada hacen unos minutos. Esperamos nos ayude en asegurar la completa disponibilidad de su colaborador(a) para la duración completa del curso.</p>
<h2>{{ superior.complete_name }}</h2>
<p>La inscripción de <strong>{{ student.complete_name }}</strong> al curso <strong>{{ session.name }}</strong> iniciando el <strong>{{ session.date_start }}</strong>, que estaba pendiente de validación por los organizadores del curso, fue validada hacen unos minutos. Esperamos nos ayude en asegurar la completa disponibilidad de su colaborador(a) para la duración completa del curso.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ admin.name }}</h2>
<p>Hemos recibido y registrado su rechazo de la inscripción de <strong>{{ student.name }} ({{ student.official_code }})</strong> al curso <strong>{{ session.title }}</strong></p>
<h2>{{ admin.complete_name }}</h2>
<p>Hemos recibido y registrado su rechazo de la inscripción de <strong>{{ student.complete_name_with_username }}</strong> al curso <strong>{{ session.name }}</strong></p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Rechazamos su inscripción al curso {{ session.title }} </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Rechazamos su inscripción al curso {{ session.name }} </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Lamentamos informarle que su inscripción al curso <strong>{{ session.title }}</strong> iniciando el <strong>{{ session.start_date }}</strong> fue rechazada por falta de cupos. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<h2>{{ student.complete_name }}</h2>
<p>Lamentamos informarle que su inscripción al curso <strong>{{ session.name }}</strong> iniciando el <strong>{{ session.name }}</strong> fue rechazada por falta de cupos. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Rechazo de inscripción de {{ student.name }} al curso {{ session.title }} </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Rechazo de inscripción de {{ student.complete_name }} al curso {{ session.name }} </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ admin.name }}</h2>
<p>La inscripción de <strong>{{ student.name }}</strong> al curso <strong>{{ session.title }}</strong>, que había aprobado anteriormente, fue rechazada por falta de cupos. Les presentamos nuestras disculpas sinceras.</p>
<h2>{{ admin.complete_name }}</h2>
<p>La inscripción de <strong>{{ student.complete_name }}</strong> al curso <strong>{{ session.name }}</strong>, que había aprobado anteriormente, fue rechazada por falta de cupos. Les presentamos nuestras disculpas sinceras.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Confirmación: Aprobación recibida para {{ student.name }} </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Confirmación: Aprobación recibida para {{ student.complete_name }} </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Lamentamos informarle que, en esta oportunidad, su inscripción al curso <strong>{{ session.title }}</strong> NO ha sido aprobada. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<h2>{{ student.complete_name }}</h2>
<p>Lamentamos informarle que, en esta oportunidad, su inscripción al curso <strong>{{ session.name }}</strong> NO ha sido aprobada. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Aprobación de {{ student.name }} al curso {{ session.title }} </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Aprobación de {{ student.complete_name }} al curso {{ session.name }} </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ admin.name }}</h2>
<p>La inscripción del alumno <strong>{{ student.name }}</strong> (<strong>{{ student.offical_code }}</strong>) al curso <strong>{{ session.title }}</strong> ha sido aprobada por su superior. Puede gestionar las inscripciones al curso <a href="#"><strong>aquí</strong></a><strong></strong></p>
<h2>{{ admin.complete_name }}</h2>
<p>La inscripción del alumno <strong>{{ student.complete_name_with_username }}</strong> al curso <strong>{{ session.name }}</strong> ha sido aprobada por su superior. Puede gestionar las inscripciones al curso <a href="{{ admin_view_url }}"><strong>aquí</strong></a><strong></strong></p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Inscripciones a {{ session.title }} pendiente de confirmación</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Inscripciones a {{ session.name }} pendiente de confirmación</td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ admin.name }}</h2>
<p>Las inscripciones siguientes al curso {{ session.title }} están pendientes de validación para ser efectivas. Por favor, dirigese al la <a href="#">página de administración</a> para validarlos.</p>
<h2>{{ admin.complete_name }}</h2>
<p>Las inscripciones siguientes al curso {{ session.name }} están pendientes de validación para ser efectivas. Por favor, dirigese al la <a href="{{ admin_view_url }}">página de administración</a> para validarlos.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Confirmación: Desaprobación recibida para {{ student.name }} </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Confirmación: Desaprobación recibida para {{ student.complete_name }} </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ superior.name }}</h2>
<p>Hemos recibido y registrado su decisión de desaprobar el curso <strong>{{ session.title }}</strong> para su colaborador <strong>{{ student.name }}</strong></p>
<h2>{{ superior.complete_name }}</h2>
<p>Hemos recibido y registrado su decisión de desaprobar el curso <strong>{{ session.name }}</strong> para su colaborador <strong>{{ student.complete_name }}</strong></p>
<p>Gracias por su colaboración</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Solicitud recibida para el curso {{ sesion.title }}</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Solicitud recibida para el curso {{ sesion.name }}</td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Hemos recibido y registrado su solicitud de inscripción al curso <strong>{{ sesion.title }}</strong> para iniciarse el <strong>{{ session.start_date }}</strong>.</p>
<h2>{{ student.complete_name }}</h2>
<p>Hemos recibido y registrado su solicitud de inscripción al curso <strong>{{ sesion.name }}</strong> para iniciarse el <strong>{{ session.date_start }}</strong>.</p>
<p>Su inscripción es pendiente primero de la aprobación de su superior, y luego de la disponibilidad de cupos. Un correo ha sido enviado a su superior para revisión y aprobación de su solicitud.</p>
<p>Gracias.</p>
<p><strong>Equipo Forge</strong></p></td>
@ -74,10 +74,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Solicitud pendiente de aprobación para el curso {{ session.title }}</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Solicitud pendiente de aprobación para el curso {{ session.name }}</td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Este correo es para confirmar que hemos recibido y registrado su solicitud de inscripción al curso <strong>{{ session.title }}</strong>, por iniciarse el <strong>{{ session.start_date }}</strong>. </p>
<h2>{{ student.complete_name }}</h2>
<p>Este correo es para confirmar que hemos recibido y registrado su solicitud de inscripción al curso <strong>{{ session.name }}</strong>, por iniciarse el <strong>{{ session.date_start }}</strong>. </p>
<p>Su inscripción todavía no ha sido aprobada por su superior, por lo que hemos vuelto a enviarle un correo electrónico de recordatorio.</p>
<p>Gracias por su paciencia.</p>
<p><strong>Equipo Forge</strong></p></td>
@ -74,10 +74,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -59,15 +59,15 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ superior.name }}</h2>
<p>Hemos recibido una solicitud de inscripción de <strong>{{ student.name }}</strong> al curso <strong>{{ session.title }}</strong>, por iniciarse el <strong>{{ session.start_date }}</strong>. Detalles del curso: <strong>{{ sesion.description }}</strong>. </p>
<h2>{{ superior.complete_name }}</h2>
<p>Hemos recibido una solicitud de inscripción de <strong>{{ student.complete_name }}</strong> al curso <strong>{{ session.name }}</strong>, por iniciarse el <strong>{{ session.date_start }}</strong>. Detalles del curso: <strong>{{ sesion.as_description }}</strong>. </p>
<p>Le invitamos a aprobar o desarprobar esta inscripción, dando clic en el botón correspondiente a continuación.</p>
<table width="100%" border="0" cellspacing="3" cellpadding="4" style="background:#EDE9EA">
<tr>
<td width="58" valign="middle"><img src="img/avatar.png" width="50" height="50" alt=""></td>
<td width="211" valign="middle"><h4>{{ student.name }}</h4></td>
<td width="90" valign="middle"><a href="#"><img src="img/aprobar.png" width="90" height="25" alt=""></a></td>
<td width="243" valign="middle"><a href="#"><img src="img/desaprobar.png" width="90" height="25" alt=""></a></td>
<td width="58" valign="middle"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/avatar.png" width="50" height="50" alt=""></td>
<td width="211" valign="middle"><h4>{{ student.complete_name }}</h4></td>
<td width="90" valign="middle"><a href="#"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/aprobar.png" width="90" height="25" alt=""></a></td>
<td width="243" valign="middle"><a href="#"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/desaprobar.png" width="90" height="25" alt=""></a></td>
</tr>
</table>
<p>Gracias.</p>
@ -82,10 +82,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Aprobado: Su inscripción al curso {{ session.title }} ha sido aprobada por su superior </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Aprobado: Su inscripción al curso {{ session.name }} ha sido aprobada por su superior </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Nos complace informarle que su inscripción al curso <strong>{{ session.title }}</strong> ha sido aprobada por su superior. Su inscripción ahora solo se encuentra pendiente de disponibilidad de cupos. Le avisaremos tan pronto como se confirme este último paso.</p>
<h2>{{ student.complete_name }}</h2>
<p>Nos complace informarle que su inscripción al curso <strong>{{ session.name }}</strong> ha sido aprobada por su superior. Su inscripción ahora solo se encuentra pendiente de disponibilidad de cupos. Le avisaremos tan pronto como se confirme este último paso.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Su inscripción al curso {{ session.title }} ha sido rechazada </td>
<td style="color: #93c5cd; font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #93c5cd;">Información: Su inscripción al curso {{ session.name }} ha sido rechazada </td>
<td>&nbsp;</td>
</tr>
<tr>
@ -59,8 +59,8 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ student.name }}</h2>
<p>Lamentamos informarle que, en esta oportunidad, su inscripción al curso <strong>{{ session.title }}</strong> NO ha sido aprobada. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<h2>{{ student.complete_name }}</h2>
<p>Lamentamos informarle que, en esta oportunidad, su inscripción al curso <strong>{{ session.name }}</strong> NO ha sido aprobada. Esperamos mantenga todo su ánimo y participe en otro curso o, en otra oportunidad, a este mismo curso.</p>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
<td>&nbsp;</td>
@ -73,10 +73,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -59,22 +59,24 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ superior.name }}</h2>
<p>Le recordamos que hemos recibido las siguientes solicitudes de suscripción<strong> </strong>al curso <strong>{{ session.title }}</strong> de parte de sus colaboradores. El curso se iniciará el <strong>{{ session.start_date }}</strong>. Detalles del curso: <strong>{{ sesion.description }}</strong>. </p>
<h2>{{ superior.complete_name }}</h2>
<p>Le recordamos que hemos recibido las siguientes solicitudes de suscripción<strong> </strong>al curso <strong>{{ session.name }}</strong> de parte de sus colaboradores. El curso se iniciará el <strong>{{ session.date_start }}</strong>. Detalles del curso: <strong>{{ sesion.as_description }}</strong>. </p>
<p>Le invitamos a aprobar o desarprobar las suscripciones, dando clic en el botón correspondiente a continuación para cada colaborador.</p>
<table width="100%" border="0" cellspacing="3" cellpadding="4" style="background:#EDE9EA">
{% for student in students %}
<tr>
<td valign="middle"><img src="img/avatar.png" width="50" height="50" alt=""></td>
<td valign="middle"><h4>{{ student.name }}</h4></td>
<td valign="middle"><a href="#"><img src="img/aprobar.png" width="90" height="25" alt=""></a></td>
<td valign="middle"><a href="#"><img src="img/desaprobar.png" width="90" height="25" alt=""></a></td>
<td valign="middle"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/avatar.png" width="50" height="50" alt=""></td>
<td valign="middle"><h4>{{ student.complete_name }}</h4></td>
<td valign="middle"><a href="#"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/aprobar.png" width="90" height="25" alt=""></a></td>
<td valign="middle"><a href="#"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/desaprobar.png" width="90" height="25" alt=""></a></td>
</tr>
<tr>
<td width="58" valign="middle"><img src="img/avatar.png" width="50" height="50" alt=""></td>
<td width="211" valign="middle"><h4>{{ student.name }}</h4></td>
<td width="90" valign="middle"><a href="#"><img src="img/aprobar.png" width="90" height="25" alt=""></a></td>
<td width="243" valign="middle"><a href="#"><img src="img/desaprobar.png" width="90" height="25" alt=""></a></td>
<td width="58" valign="middle"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/avatar.png" width="50" height="50" alt=""></td>
<td width="211" valign="middle"><h4>{{ student.complete_name }}</h4></td>
<td width="90" valign="middle"><a href="#"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/aprobar.png" width="90" height="25" alt=""></a></td>
<td width="243" valign="middle"><a href="#"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/desaprobar.png" width="90" height="25" alt=""></a></td>
</tr>
{% endfor %}
</table>
<p>Gracias.</p>
<p><strong>Equipo Forge</strong></p></td>
@ -88,10 +90,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Solicitud recibida para el curso {{ session.title }}</title>
<title>Solicitud recibida para el curso {{ session.name }}</title>
<style type="text/css">
.titulo {
color: #93c5cd;
@ -19,16 +19,16 @@
<body>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/header.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td valign="top"><table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50">&nbsp;</td>
<td width="394"><img src="img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="394"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/logo-minedu.png" width="230" height="60" alt="Ministerio de Educación"></td>
<td width="50">&nbsp;</td>
</tr>
<tr>
@ -59,22 +59,18 @@
<tr>
<td height="356">&nbsp;</td>
<td valign="top"><p>Estimado:</p>
<h2>{{ superior.name }}</h2>
<p>Le recordamos que hemos recibido las siguientes solicitudes de suscripción<strong> </strong>al curso <strong>{{ session.title }}</strong> de parte de sus colaboradores. El curso se iniciará el <strong>{{ session.start_date }}</strong>. Detalles del curso: <strong>{{ sesion.description }}</strong>. </p>
<p>Este curso tiene una cantidad de cupos limitados y ha recibido una alta tasa de solicitudes de inscripción, por lo que recomendamos que cada área apruebe un máximo de <strong>{{ session.recommended_subscription_limit }}</strong> candidatos. Le invitamos a aprobar o desaprobar las suscripciones, dando clic en el botón correspondiente a continuación para cada colaborador.</p>
<h2>{{ superior.complete_name }}</h2>
<p>Le recordamos que hemos recibido las siguientes solicitudes de suscripción<strong> </strong>al curso <strong>{{ session.name }}</strong> de parte de sus colaboradores. El curso se iniciará el <strong>{{ session.date_start }}</strong>. Detalles del curso: <strong>{{ sesion.as_description }}</strong>. </p>
<p>Este curso tiene una cantidad de cupos limitados y ha recibido una alta tasa de solicitudes de inscripción, por lo que recomendamos que cada área apruebe un máximo de <strong>{{ session.recommended_number_of_participants }}</strong> candidatos. Le invitamos a aprobar o desaprobar las suscripciones, dando clic en el botón correspondiente a continuación para cada colaborador.</p>
<table width="100%" border="0" cellspacing="3" cellpadding="4" style="background:#EDE9EA">
{% for student in students %}
<tr>
<td valign="middle"><img src="img/avatar.png" width="50" height="50" alt=""></td>
<td valign="middle"><h4>{{ student.name }}</h4></td>
<td valign="middle"><a href="#"><img src="img/aprobar.png" width="90" height="25" alt=""></a></td>
<td valign="middle"><a href="#"><img src="img/desaprobar.png" width="90" height="25" alt=""></a></td>
</tr>
<tr>
<td width="58" valign="middle"><img src="img/avatar.png" width="50" height="50" alt=""></td>
<td width="211" valign="middle"><h4>{{ student.name }}</h4></td>
<td width="90" valign="middle"><a href="#"><img src="img/aprobar.png" width="90" height="25" alt=""></a></td>
<td width="243" valign="middle"><a href="#"><img src="img/desaprobar.png" width="90" height="25" alt=""></a></td>
<td valign="middle"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/avatar.png" width="50" height="50" alt=""></td>
<td valign="middle"><h4>{{ student.complete_name }}</h4></td>
<td valign="middle"><a href="{{ student.approve_url }}"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/aprobar.png" width="90" height="25" alt=""></a></td>
<td valign="middle"><a href="{{ student.disapprove_url }}"><img src="{{ _p.web_plugin }}advancedsubscription/views/img/desaprobar.png" width="90" height="25" alt=""></a></td>
</tr>
{% endfor %}
</table>
<p>Gracias.</p>
<h3>{{ signature }}</h3></td>
@ -88,10 +84,10 @@
</table></td>
</tr>
<tr>
<td><img src="img/line.png" width="700" height="25" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/line.png" width="700" height="25" alt=""></td>
</tr>
<tr>
<td><img src="img/footer.png" width="700" height="20" alt=""></td>
<td><img src="{{ _p.web_plugin }}advancedsubscription/views/img/footer.png" width="700" height="20" alt=""></td>
</tr>
<tr>
<td>&nbsp;</td>

Loading…
Cancel
Save