{% load static i18n permissions_tags util_tags %} {% load widget_tweaks %} {{ title }} | {{ theme.title }} {% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %} {% endwith %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% subject_permissions request.user bulletin.topic.subject as has_subject_permissions %}
{% if has_subject_permissions %}
{% csrf_token %}

{% endif %} {% autoescape off %} {{ bulletin.content }} {% endautoescape %}
{% trans 'Check your goals' %}

{% trans 'Goals Reached' %}
{% trans 'Goals Details' %}

{% for meta in metas%} {% if meta.alcancada < meta.desejada and meta.alcancada > meta.estabelecida or meta.alcancada < meta.desejada and meta.alcancada == meta.estabelecida %} {% elif meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida or meta.alcancada == meta.desejada and meta.alcancada < meta.estabelecida %} {% 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 %} {% elif meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %} {% endif %} {% endfor %}
{% trans 'Description' %} {% trans "Professor's recomendation" %} {% trans 'Class average' %} {% trans 'Your goal' %} {% trans 'Your result' %}
{{ meta.description }} {{ meta.desejada }} % {{ meta.media }}% {{ meta.estabelecida }}% Goal reached!

Atention! Your result were lower than the professor's recommendation." %}" class="grey-tooltip"> {{ meta.alcancada }}%
Goal reached!

Atention! Your result were lower than your initial goal." %}" class="grey-tooltip"> {{ meta.alcancada }}%
Goal reached!" %}" class="grey-tooltip"> {{ meta.alcancada }}%Goal not reached!

Result lower than your goal and the professor's recommendation." %}" class="grey-tooltip"> {{ meta.alcancada }}%

{% trans 'Relevant indicators to your performance' %}

{% trans 'Your result' %} {% trans 'Level above the approved median' %} {% trans 'Level below the approved median' %}
{% trans 'Indicators description' %}

{% for titulo in titulos %} {% endfor %}
{% trans 'Indicator' %} {{ forloop.counter|stringformat:"02d" }}: {{titulo}}

{% if not has_subject_permissions %}
{% trans 'There are obstructions to your activities?' %}

{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}


{% endif %} {% include 'session_security/all.html' %}