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 %}Meta | -Média da Turma | -Dados Individuais | -|||||
---|---|---|---|---|---|---|---|
Desejada | -Estabelecida | -Alcançada | -|||||
{{ meta.description }} | -{{ meta.media }}% | -{{ meta.desejada }} % | -{{ 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 %} - - -
{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}
-Meta | +Média da Turma | +Dados Individuais | +|||||
---|---|---|---|---|---|---|---|
Desejada | +Estabelecida | +Alcançada | +|||||
{{ meta.description }} | +{{ meta.media }}% | +{{ meta.desejada }} % | +{{ 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 %} + + +
{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}
+{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}
-{% trans 'Click here' %} {% trans 'to communicate the difficulties that may decrease your performance.' %}