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

Katalog kompetencji medialnych i informacyjnych

+{% chunk 'katalog_kompetencji' %} + +
+

Przeglądaj kompetencje (rozwiń)

+

Poziom edukacyjny:

{% if errors.level %}

{{ errors.level }}

{% endif %} -edukacja formalna: - -edukacja ustawiczna:

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 }} + {{ competence.for_level_.description|linebreaksbr }} {% endfor %} {% endfor %} {% endif %} -{% endblock %} \ No newline at end of file + +{% if request.GET.d %} + +{% endif %} +{% endblock %}