{% load bootstrap3 staticfiles i18n %}
{% block title %}{% trans 'Documentations' %} — {{ title }}{% endblock %}
{% bootstrap_css %} {% bootstrap_javascript jquery=True %}
Toggle navigation
{% bootstrap_icon 'home' %}
{% if perms.updoc.add_uploaddoc %}
{% bootstrap_icon 'cloud-upload' %}
{% endif %} {% if user.is_authenticated %}
{% bootstrap_icon 'edit' %}
{% endif %} {% for doc in updoc_most_checked %}
{{ doc.doc.name }}
{% endfor %}
{% bootstrap_icon 'bookmark' %}
{% bootstrap_icon 'random' %}
{% if user and user.is_superuser %}
{% bootstrap_icon 'wrench' %}
{% endif %}
{% block messages %}{% bootstrap_messages %}{% endblock messages %} {% block body %} {% endblock %}
{% block extrascript %}{% endblock %}