{#
/**
* @file review.html.twig
* Default theme implementation to present Review data.
*
* This template is used when viewing Review pages.
*
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_review()
*
* @ingroup themeable
*/
#}
<link rel="stylesheet" type="text/css" href="/themes/custom/pos/css/print.css">
<script type="text/javascript">
window.onload = () => {window.print();}
</script>
<div{{ attributes.addClass('review') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
<div class="signatures">
<div class="signature-date">
<p>Mjesto i datum: ____________________________ 2022.</p>
</div>
<div class="signature"><p>____________________________________________________________</p>
<p>Potpis</p>
</div>
</div>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter