diff --git a/bulletin/templates/bulletin/window_view.html b/bulletin/templates/bulletin/window_view.html index 6cc039d..51e769d 100644 --- a/bulletin/templates/bulletin/window_view.html +++ b/bulletin/templates/bulletin/window_view.html @@ -111,12 +111,11 @@ {% endif %} - - - {% if meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida %} + + {% if meta.alcancada > meta.desejada and meta.alcancada > meta.estabelecida or meta.alcancada == 100 %} {{ meta.alcancada }}% - {% endif %} - + {% endif %} + {% if meta.alcancada < meta.desejada and meta.alcancada < meta.estabelecida %} @@ -189,14 +188,21 @@ -
-
{% 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.' %}

+
+
-
-
+
+