{% 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 %}
{% elif has_resource_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 %}
{% endblock %} {% block addtional_scripts %} {% endblock %}