{% extends "base.html" %} {% set active_page = "project" %} {% block styles %} {% endblock %} {% block title %}{{ project.name }} | LibreQDA{% endblock %} {% block containerclass %}container-fluid{% endblock %} {% block contents %}
{% include 'partials/project_sidebar.html' %}
{% include 'partials/document_toolbar.html' %}

{% trans %}Load a document from your bookmarks or on the right{% endtrans %}

{% if is_demo == 'true' %} {% endif %} {% include 'modal/manage_collaborators.html' %} {% include 'modal/create_document.html' %} {% include 'modal/create_collection.html' %} {% include 'modal/change_document.html' %} {% include 'modal/create_highlight.html' %} {% include 'modal/explore_codes.html' %} {% include 'modal/create_tag.html' %} {% include 'modal/create_tag.html' %} {% include 'modal/merge_tag.html' %} {% include 'partials/spinner.html' %} {% include 'partials/alert.html' %} {% include 'partials/confirm.html' %} {% include 'partials/codebook_viz_modal.html' %} {% include 'partials/hlinfo.html' %} {% endblock %} {% block morejs %} {% endblock %}