{% load i18n plmapp_tags %} {% block css %} {% endblock %} openPLM - {{user}} - {{object_type}} | {{object_reference}} | {{object_revision}} {{site.domain}} {% block scripts %} {% endblock %} {% block extrahead %}{% endblock %} {% get_current_language as LANGUAGE_CODE %}
{% include "blocks/user.html" %}
{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %}
{% block toolbar %} {% if request.user.is_authenticated %}
{% if navigation_history %} {% endif %}
{% endif %} {% endblock %}
{% if not restricted %} {% block leftcolumn %}
{% block search %} {% endblock %}
{% endblock %} {% endif %}
{% block main %}
{% block reference %} {% include "blocks/reference.html" %} {% endblock %}
{% if is_readable %} {% if object_menu and not navigate_bool %} {% include "blocks/menu.html" %} {% endif %}
{% block content %}{% endblock %}
{% else %}

{% trans "You are not allowed to see this object" %}

{% endif %}
{% endblock %}