{% extends "master.html" %} {% block title %}{{ request.object.title() }}{% endblock %} {% block body %} {% include '_dialog/dialog_banner.html' %}
{% if locationbar is defined %}{{ locationbar }}{% endif %}

{{ title }}

{{ hidden }}
{{ time }}
{% if description %}

{{ trans('label_descr') }}

{{ description }}

{% endif %} {% if location is defined %}

{{ trans('label_location') }} {{ location }}

{% endif %} {% if tools is defined %}

{{ trans('label_tools') }} {{ tools }}

{% endif %} {% if parts is defined %}

{{ trans('label_parts') }}

{{ parts }}

{% endif %}

{{ trans('menu_chstatus') }}: {{ status }}

{% if category is defined %}

{{ trans('label_category') }} {{ category }}

{% endif %} {% if metadata is defined %} {% for item in metadata %}

{{ item[0] }} {{ item[1] }}

{% endfor %} {% endif %} {% if attach is defined %}

{{ acount }}{{ trans('menu_getattach') }}: {{ attach }}

{% endif %}
{% if button is defined %}
{% endif %} {% if username is defined %} {% endif %} {% if mailaddressname is defined %} {% endif %} {% if unknownname is defined %} {% endif %}
{% endblock %}