From 36a5856ae352592d8186abb555f3e9fdc28647d5 Mon Sep 17 00:00:00 2001 From: gzbender Date: Thu, 13 Jun 2019 23:18:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D1=81=D0=BE=D0=BB=D1=8C=D0=BA?= =?UTF-8?q?=D0=BE=20=D0=B4=D0=B5=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/notification/email/camp_certificate.html | 7 +++++++ web/src/components/Childs.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/notification/templates/notification/email/camp_certificate.html b/apps/notification/templates/notification/email/camp_certificate.html index d3fcd858..8a4c830a 100644 --- a/apps/notification/templates/notification/email/camp_certificate.html +++ b/apps/notification/templates/notification/email/camp_certificate.html @@ -16,6 +16,13 @@ Скачивайте. Распечатывайте. И соберите свою коллекцию!

{% endif %} + {% if certificate_number == 3 %} +

+Поздравляем с успешным окончаниемм рисовального лагеря!
+В письме вы найдёте {% if many_childs %}грамоты, они{% else %}грамоту, она{% endif %} для вашей семьи.
+До встречи в онлайн школе! +

+ {% endif %}

diff --git a/web/src/components/Childs.vue b/web/src/components/Childs.vue index af4bfb1d..04ef790c 100644 --- a/web/src/components/Childs.vue +++ b/web/src/components/Childs.vue @@ -9,7 +9,7 @@

- {{ child.first_name ? (child.first_name + ' ' + child.last_name) : ('Ребенок ' + index) }} + {{ child.first_name ? (child.first_name + ' ' + child.last_name) : ('Ребенок ' + (index || '')) }} Добавить ребенка