X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d2507001c717952917fc3969212a4333920356cc..ae0a3448a93e75e8a6d30dfeafb050ed3b5190b4:/edumed/templates/contact/collegium-mlodych-test/results.html?ds=sidebyside diff --git a/edumed/templates/contact/collegium-mlodych-test/results.html b/edumed/templates/contact/collegium-mlodych-test/results.html index 64f92f0..7a5b3fb 100644 --- a/edumed/templates/contact/collegium-mlodych-test/results.html +++ b/edumed/templates/contact/collegium-mlodych-test/results.html @@ -1,5 +1,6 @@ {% extends base_template|default:"base.html" %} {% load i18n %} +{% load contact_tags %} {% block title %}Wyniki{% endblock %} @@ -9,7 +10,9 @@

Suma uzyskanych punktów: {{ results.points|floatformat }} na {{ results.total }} możliwych.

- {#

Zgłoś się na warsztaty

#} + {% if 'collegium-mlodych'|is_enabled %} +

Zgłoś się na warsztaty

+ {% endif %} {% for question in results.questions %} {{ question.label }} @@ -24,7 +27,9 @@ {{ answer.comment }} {% endfor %} {% endfor %} - {#

Zgłoś się na warsztaty

#} + {% if 'collegium-mlodych'|is_enabled %} +

Zgłoś się na warsztaty

+ {% endif %}

Pytania stworzyli: Grzegorz Stunża, Marcin Wilkowski.

Komentarzami opatrzyli: Paulina Piasecka, Paweł Maranowski.