{% extends 'subjects/view.html' %} {% load static i18n pagination permissions_tags subject_counter %} {% load django_bootstrap_breadcrumbs %} {% block javascript%} {{ block.super }} {% endblock%} {% block style %} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb topic 'subjects:topic_view' subject.slug topic.slug %} {% breadcrumb bulletin 'bulletin:view' bulletin.slug %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %} {% resource_permissions request.user bulletin as has_resource_permissions %} {% subject_permissions request.user bulletin.topic.subject as has_subject_permissions %} {% if bulletin.visible %}{% trans 'Description' %} | {% trans "Professor's recomendation" %} | {% trans 'Class average' %} | {% trans 'Your goal' %} | {% trans 'Your result' %} | |||
---|---|---|---|---|---|---|---|
{{ meta.description }} | {{ meta.desejada }} % | {{ meta.media }}% | {{ meta.estabelecida }}% | {% if meta.alcancada < meta.desejada and meta.alcancada > meta.estabelecida or meta.alcancada < meta.desejada and meta.alcancada == meta.estabelecida %}Goal reached! Atention! Your result were lower than the professor's recommendation." %}" class="grey-tooltip"> {{ meta.alcancada }}% |
{% elif meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida or meta.alcancada == meta.desejada and meta.alcancada < meta.estabelecida %}
Goal reached! Atention! Your result were lower than your initial goal." %}" class="grey-tooltip"> {{ meta.alcancada }}% |
{% elif meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida or meta.alcancada == meta.desejada and meta.alcancada > meta.estabelecida or meta.alcancada > meta.desejada and meta.alcancada == meta.estabelecida or meta.alcancada == 100 or meta.alcancada == meta.desejada and meta.alcancada == meta.estabelecida %}
Goal reached!" %}" class="grey-tooltip"> {{ meta.alcancada }}% | {% elif meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %}Goal not reached! Result lower than your goal and the professor's recommendation." %}" class="grey-tooltip"> {{ meta.alcancada }}% |
{% endif %}
{% trans 'Your result' %} | {% trans 'Level above the approved median' %} | {% trans 'Level below the approved median' %} |
{% trans 'Indicator' %} {{ forloop.counter|stringformat:"02d" }}: | {{titulo}} |
{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}