diff --git a/bulletin/templates/bulletin/view.html b/bulletin/templates/bulletin/view.html index 0c1e209..5dc30bc 100644 --- a/bulletin/templates/bulletin/view.html +++ b/bulletin/templates/bulletin/view.html @@ -4,148 +4,148 @@ {% load django_bootstrap_breadcrumbs %} {% block javascript%} - {{ block.super }} + {{ block.super }} {% endblock%} {% block breadcrumbs %} - {{ block.super }} - {% breadcrumb topic 'subjects:topic_view' subject.slug topic.slug %} - {% breadcrumb bulletin 'bulletin:view' bulletin.slug %} + {{ 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 %} - - {% if bulletin.visible %} + {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} + + {% resource_permissions request.user bulletin as has_resource_permissions %} + + {% if bulletin.visible %}
-
+
{% elif has_resource_permissions %}
-
- {% endif %} - -
-
- {% autoescape off %} - {{ bulletin.content }} - {% endautoescape %} - -
- -
-
-
{% 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 }}%
-
-
- -
-
-
- -
-
-

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

-

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

-
-
-
-
-
- - +
+ {% endif %} + +
+
+ {% autoescape off %} + {{ bulletin.content }} + {% endautoescape %} + +
+ +
+
+
{% 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 }}%
+
+
+ +
+
+
+ +
+
+

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

+

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

+
+
+
+
+
+ + {% endblock %} diff --git a/bulletin/templates/bulletin/window_view.html b/bulletin/templates/bulletin/window_view.html index 78b655b..a18a312 100644 --- a/bulletin/templates/bulletin/window_view.html +++ b/bulletin/templates/bulletin/window_view.html @@ -98,15 +98,15 @@
-
-
- -
-
-

{% 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.' %}

+