{% extends 'themes/'~layout_dir~'/layout.html' %} {% block body %}
menu
keyboard_backspaceGo Back {% if pdf_download_enabled is defined and pdf_download_enabled %} picture_as_pdfDownload PDF {% endif %} {% if show_payment is defined and show_payment %} picture_as_pdfPay Now ({{record[module_config["payment"]["amount_field"]]}} {{payment_currency_symbol}}) {% endif %} {% if edit_enabled is defined and edit_enabled %} mode_editEdit {% endif %} {% if upload_document_enabled is defined and upload_document_enabled %} file_uploadUpload Document {% endif %} {% if create_enabled is defined and create_enabled %} addCreate New {% endif %} {% for actionbutton in action_buttons %} {{actionbutton.label}}{% if actionbutton.icon!="" %} {{actionbutton.icon}}{% endif %} {% endfor %}
{% block detail_header %} {% endblock %} {% include 'themes/default/modules/PortalModule/details/details.blocks.html' %}
{% if inventory_block is defined and inventory_block %} {% include 'themes/default/modules/PortalModule/details/details.inventory_block.html' %} {% endif %} {% if edit_enabled is defined and edit_enabled %}
mode_edit Edit
{% endif %} {% include 'themes/default/modules/PortalModule/details/details.comments.html' %} {% block detail_related_pre %} {% endblock %} {% include 'themes/default/modules/PortalModule/details/details.related.html' %} {% block detail_related_after %} {% endblock %} {% block detail_footer %} {% endblock %}
{% endblock %} {% block footerscripts %} {% endblock %}