{% if request_user.has_access %}
{% blocktrans with request.user.end_access|date:"d b Y" as date %}Until {{ date }}{% endblocktrans %}
@@ -222,11 +215,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% else %}
- {% trans "You are not logged in." %}
+ {% trans "You are not logged in." %}
{% endif %}
{% if request_user.is_authenticated %}
@@ -272,6 +265,15 @@ with this program; if not, write to the Free Software Foundation, Inc.,
+ {# Load JavaScript #}
+ {% bootstrap_javascript %}
+
+
+
+
+
+
+
{# Read the documentation for more information #}
|