{% extends "base.html" %} {% load lang %} {% load static %} {% load asset %} {% load taxonomy %} {% block title %}{{ page.title }}{% endblock %} {% block head %} {% endblock %} {% block topbar %}{{ page.domain_label }} / {{ page.type_label }}{% endblock %} {% block topbar_actions %}
{% endblock %} {% block content %}

{{ page.domain_label }} {{ page.type_label }} {% if page.is_private %}{{ "private"|t }}{% endif %}

{% if project %}

{{ project.title }}

{% endif %}

{{ page.title }}

{% if page.summary %}

{{ page.summary }}

{% endif %} {% if revision %}

{{ "You are reading the state of"|t }} {{ revision.when }} {{ "back to the current version"|t }}

{% endif %}

{% if page.display_date %} {% endif %} {{ reading_minutes }} {{ "min read"|t }} {% if page.file %} {{ "Download"|t }} {% else %} {{ "Download"|t }} {% endif %} {% if page.status %}{{ page.status }}{% endif %} {% for t in page.tags %}{{ t }}{% endfor %}

{% if page.file %}
{% if page.kind == "image" %} {{ page.title }} {% elif page.kind == "pdf" %} {% elif file_text %}
{{ file_text }}
{% endif %}

{{ "Download"|t }} {{ page.file }}

{% endif %}
{{ content_html|safe }}
{% if dossier and page.relpath == dossier.index.relpath %}

{{ "Explore this dossier"|t }} {{ dossier.members|length }} {% if dossier.members|length > 1 %}{{ "pages"|t }}{% else %}{{ "page"|t }}{% endif %}

{% endif %} {% if backlinks %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}