X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..0fabc6cf577c61e777968f7019407623b6de5119:/curriculum/templates/curriculum/competence_list.html diff --git a/curriculum/templates/curriculum/competence_list.html b/curriculum/templates/curriculum/competence_list.html index 7e50338..5597c8c 100755 --- a/curriculum/templates/curriculum/competence_list.html +++ b/curriculum/templates/curriculum/competence_list.html @@ -1,9 +1,70 @@ {% extends "base.html" %} +{% load chunks %} -{% block title %}Katalog kompetencji{% endblock %} +{% block title %}Katalog kompetencji medialnych i informacyjnych{% endblock %} {% block body %} -

Katalog kompetencji

+

Katalog kompetencji medialnych i informacyjnych

+{% chunk 'katalog_kompetencji' %} -{% endblock %} \ No newline at end of file +
+

Przeglądaj kompetencje (rozwiń)

+
+ +

Poziom edukacyjny:

+{% if errors.level %}

{{ errors.level }}

{% endif %} +{% for lev_group, levels in levels.items %} + {{ lev_group }} + +{% endfor %} + +

Kategorie kompetencji:

+{% if errors.competences %}

{{ errors.competences }}

{% endif %} + + +
+
+ +{% if chosen_competences %} + +

Wybrane kompetencje – {{ level }}

+ +{% for section, competences in chosen_competences.items %} +

{{ section }}

+ {% for competence in competences %} +

{{ competence }}

+ {{ competence.for_level_.description|linebreaksbr }} + {% endfor %} +{% endfor %} + +{% endif %} + + +{% if request.GET.d %} + +{% endif %} +{% endblock %}