{% load i18n learning %} {% if objective_taxonomy_information %} {% if objective_taxonomy_total %}
{% for key,value in objective_taxonomy_information.items %}
{{ value.number_validation }}/{{ value.total }}
{% endfor %}
{% endif %} {% endif %}