{% trans "Deadline for candidacies" %}: |
{{ election.deadline_candidacy|may_expire }}
@@ -173,8 +173,8 @@ {% trans "Election:" %} {{ election.name }}
{% if statistics and election.stats_publish_ballots_basic %}
-
-
+
+
{% trans "Shortest ballot length" %}: |
{{ statistics.ballot_length_shortest.length }}
@@ -210,7 +210,7 @@ {% trans "Election:" %} {{ election.name }}
{% endif %}
-
+
{% if election.instructions %}
{% if not voting_interface_enabled or election.election_state != 'voting' or started_voting or step == "vote" %}
@@ -293,7 +293,7 @@ {% trans 'Election results' %}
{% if election.election_state != 'concluded' %}
{% if voting_interface_enabled and election.election_state == 'voting' %}
-
+
{% if started_voting or step == "vote" %}
{% trans "Votes" %} {% trans "your favorites first!" %}
@@ -312,13 +312,12 @@ {% trans "How To Vote" %}
- {% trans "Your vote will be counted when the deadline has passed" %}
{% endif %}
-
{% endif %}
-
+
{% trans "Candidates" %} {% trans "running in this election" %}
{% if can_run %}
diff --git a/wasa2il/templates/issue/_agreements.html b/wasa2il/templates/issue/_agreements.html
index 4d437c12..9ab192fd 100644
--- a/wasa2il/templates/issue/_agreements.html
+++ b/wasa2il/templates/issue/_agreements.html
@@ -1,5 +1,5 @@
{% load i18n %}
-
+
{% trans "Type" %} |
{% trans "Document" %} |
diff --git a/wasa2il/templates/issue/_issues_recent.html b/wasa2il/templates/issue/_issues_recent.html
index 9227efec..60e6cf18 100644
--- a/wasa2il/templates/issue/_issues_recent.html
+++ b/wasa2il/templates/issue/_issues_recent.html
@@ -35,7 +35,7 @@
-
+
{% trans "New and recent issues" %}
@@ -56,7 +56,7 @@ {% trans "New and recent issues" %}
-
+
{% trans 'Issue' %} |
diff --git a/wasa2il/templates/issue/document_detail.html b/wasa2il/templates/issue/document_detail.html
index 552ac0bc..55765936 100644
--- a/wasa2il/templates/issue/document_detail.html
+++ b/wasa2il/templates/issue/document_detail.html
@@ -1,7 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load wasa2il %}
-{% load bootstrap %}
{% block facebook_title %}{% trans 'Document:' %} {{ document.name }} ({{ current_content.order }}){% endblock %}
{% block facebook_description %}{% trans 'Status:' %} {{ current_content.get_status_display }}{% endblock %}
@@ -58,13 +57,13 @@
-
+
{% include 'issue/stub/document_view.html' with documentcontent=current_content %}
-
+
{% include "issue/stub/documentcontent_status.html" with documentcontent=current_content %}
|
---|
|
---|