{% extends 'themes/'~layout_dir~'/layout.html' %} {% block body %}
menu
keyboard_backspace{{"Go Back"|trans}} {% if pdf_download_enabled is defined and pdf_download_enabled and app.download_enabled %} picture_as_pdf{{"Download PDF"|trans}} {% 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_edit{{"Edit"|trans}} {% endif %} {% if upload_document_enabled is defined and upload_document_enabled and app.upload_enabled %} file_upload{{"Upload Document"|trans}} {% endif %} {% if create_enabled is defined and create_enabled %} add{{"Create New"|trans}} {% endif %} {% if faq_relation_enabled is defined and faq_relation_enabled %} add{{"Create New FAQ"|trans}} {% endif %} {% for actionbutton in action_buttons %} {{actionbutton.label}}{% if actionbutton.icon!="" %} {{actionbutton.icon}}{% endif %} {% endfor %}
{% if upload_document_enabled is defined and upload_document_enabled and app.upload_enabled %} {% endif %} {% if show_payment is defined and show_payment %} {% endif %}
{% block detail_header %} {% endblock %} {% if content_field %} {% include 'themes/default/modules/PortalModule/details/details.content.html' %} {% else %} {% include 'themes/default/modules/PortalModule/details/details.blocks.html' %} {% endif %}
{% if inventory_block is defined and inventory_block %} {% include 'themes/default/modules/PortalModule/details/details.inventory_block.html' %} {% 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 %} {% if true %} {% endif %} {% endblock %}