diff --git a/bulletin/templates/bulletin/window_view.html b/bulletin/templates/bulletin/window_view.html index 0ff3064..df10eec 100644 --- a/bulletin/templates/bulletin/window_view.html +++ b/bulletin/templates/bulletin/window_view.html @@ -91,103 +91,85 @@ {% endif %} {% autoescape off %} - {{ bulletin.content }} + {{ bulletin.content }} {% endautoescape %}
-
Confira as suas metas
+
{% trans 'Check your goals' %}

-
Metas Atingidas
+
{% trans 'Goals Reached' %}
-
Detalhamento das metas
-
- - +
{% 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 %} - - {% endif %} - - {% if meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida or meta.alcancada == meta.desejada and meta.alcancada < meta.estabelecida %} - {% endif %} - - - - - {% endfor %} - - + {% endfor %} -
DescriçãoRecomendação
do(a) professor(a)
Média da turmaSua metaSeu resultado{% trans 'Description' %}{% trans "Professor's recomendation" %}{% trans 'Class average' %}{% trans 'Your goal' %}{% trans 'Your result' %}
{{ meta.description }}{{ meta.desejada }} %{{ meta.media }}%{{ meta.estabelecida }}%{{ meta.description }}{{ meta.desejada }} %{{ meta.media }}%{{ meta.estabelecida }}% - {{ meta.alcancada }}%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 %} +
- {{ meta.alcancada }}% - {% endif %} - - - - - {% if 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!

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 %} +
- {{ meta.alcancada }}% - {% endif %} - - - - - {% if 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 %} + - {{ meta.alcancada }}% + title="{% trans "Goal not reached!

Result lower than your goal and the professor's recommendation." %}" class="grey-tooltip"> + {{ meta.alcancada }}%
-
-
+ +
+
-
Indicadores relevantes para o seu desempenho
+
{% trans 'Relevant indicators to your performance' %}

- + - + - +
Seu resultado{% trans 'Your result' %} Nível acima da mediana dos aprovados{% trans 'Level above the approved median' %} Nível abaixo da mediana dos aprovados{% trans 'Level below the approved median' %}
@@ -202,7 +184,7 @@
- Descrição dos indicadores + {% trans 'Indicators description' %}

@@ -212,7 +194,7 @@ {% for titulo in titulos %} - Indicador 0{{forloop.counter }}: + {% trans 'Indicator' %} {{ forloop.counter|stringformat:"02d" }}: {{titulo}} @@ -263,10 +245,10 @@
{% endif %} -{% include 'session_security/all.html' %} - + {% include 'session_security/all.html' %} +