diff --git a/bulletin/templates/bulletin/window_view.html b/bulletin/templates/bulletin/window_view.html
index 9a64c89..b208fdd 100644
--- a/bulletin/templates/bulletin/window_view.html
+++ b/bulletin/templates/bulletin/window_view.html
@@ -6,56 +6,62 @@
{{ title }} | {{ theme.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
{% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %}
{% endwith %}
-
+
+
@@ -63,39 +69,127 @@
{{ bulletin.content }}
{% endautoescape %}
-
-
-
-
{% trans "Check your goals" %}:
-
-
-
- Meta |
- Média da Turma |
- Dados Individuais |
-
-
- Desejada |
- Estabelecida |
- Alcançada |
-
-
-
- {% for meta in metas%}
+
+
+
Confira as suas metas
+
+
+
+
+
+
Detalhamento das metas
+
+
+
+
+ Descrição |
+ Recomendação do(a) professor(a) |
+ Mádia da turma |
+ Sua meta |
+ Seu resultado |
+
+
+
+ {% for meta in metas%}
+
+ {{ meta.description }} |
+ {{ meta.desejada }} % |
+ {{ meta.media }}% |
+ {{ meta.estabelecida }}% |
+
+
+
+ {% if meta.alcancada < meta.desejada and meta.alcancada > meta.estabelecida %}
+ {{ meta.alcancada }}% |
+ {% endif %}
+
+ {% if meta.alcancada > meta.desejada and meta.alcancada < meta.estabelecida %}
+ {{ meta.alcancada }}% |
+
+ {% endif %}
+
+
+
+
+ {% if meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida %}
+ {{ meta.alcancada }}% |
+ {% endif %}
+
+
+
+ {% if meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %}
+ {{ meta.alcancada }}% |
+
+ {% endif %}
+
+
+
+
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
Indicadores relevantes para o seu desempenho
+
+
+
+
+ |
+ Seu ressultado |
+ |
+ |
+ Nível acima da mediana dos aprovados |
+ |
+ |
+ Nível abaixo da mediana dos aprovados |
+ |
+
+
+
+
+
+
+
+
+
+ Descrição dos indicadores
+
+
+
+
+
+
+ {% for titulo in titulos %}
- {{ meta.description }} |
- |
- {{ meta.desejada }} % |
- {{ meta.estabelecida }} % |
- % |
+
+ Indicador 0{{forloop.counter }}:
+ |
+
+ {{titulo}}
+ |
+ {% endfor %}
- {% endfor %}
-
-
-
-
+
+
+
+
+
@@ -132,5 +226,1042 @@
+
+
+
+
--
libgit2 0.21.2