diff --git a/bulletin/templates/bulletin/view.html b/bulletin/templates/bulletin/view.html index c4e5c69..45b3135 100644 --- a/bulletin/templates/bulletin/view.html +++ b/bulletin/templates/bulletin/view.html @@ -5,8 +5,13 @@ {% block javascript%} {{ block.super }} + {% endblock%} +{% block style %} + +{% endblock %} + {% block breadcrumbs %} {{ block.super }} {% breadcrumb topic 'subjects:topic_view' subject.slug topic.slug %} @@ -51,101 +56,1130 @@
{% autoescape off %} - {{ bulletin.content }} + {{ bulletin.content }} {% endautoescape %} -
+
+
Confira as suas metas
+
+
+
+
Metas Atingidas
+
+
-
-
-
{% trans "Check your goals" %}:
- - - - - - - - - - - - - - - {% for meta in metas%} - - - - - - - - {% if meta.alcancada < meta.desejada and meta.alcancada > meta.estabelecida %} - - {% endif %} - - {% if meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida %} - - - {% endif %} - - - - - {% if meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida %} - - {% endif %} - - - - {% if meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %} - - - {% endif %} - - - - - {% endfor %} - -
MetaMédia da TurmaDados Individuais
DesejadaEstabelecidaAlcançada
{{ meta.description }}{{ meta.media }}%{{ meta.desejada }} %{{ meta.estabelecida }} %{{ meta.alcancada }}%{{ meta.alcancada }}%{{ meta.alcancada }}%{{ meta.alcancada }}%
-
+
+
Detalhamento das metas
+
+ + + + + + + + + + + + {% for meta in metas%} + + + + + + + + + {% if meta.alcancada < meta.desejada and meta.alcancada > meta.estabelecida %} + + {% endif %} + + {% if meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida %} + + + {% endif %} + + + + {% if meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida or meta.alcancada == 100 %} + + {% endif %} + + + + {% if meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %} + + + {% endif %} + + + + + + {% endfor %} + + + +
DescriçãoRecomendação
do(a) professor(a)
Média da turmaSua metaSeu resultado
{{ meta.description }}{{ meta.desejada }} %{{ meta.media }}%{{ meta.estabelecida }}%{{ meta.alcancada }}%{{ meta.alcancada }}%{{ meta.alcancada }}%{{ meta.alcancada }}%
+
+
+
+
+
+
Indicadores relevantes para o seu desempenho
+
+
+ + + + + + + + + + + + +
Seu resultadoNível acima da mediana dos aprovadosNível abaixo da mediana dos aprovados
-
-
-
- +
+
+
+
+
+
+
+ +
+ Descrição dos indicadores +
+ +
+ + + + {% for titulo in titulos %} + + + + + {% endfor %} + + +
+ Indicador 0{{forloop.counter }}: + + {{titulo}} +
+
+
+
+
+ +
+
+
+
-
-

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

-

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

+
+
+
{% trans 'There are obstructions to your activities?' %}
+

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

+
-
+
+ - {% endblock %} -- libgit2 0.21.2