blob: f8bd3c5e238b1470776ae53c806703a56946d550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<main>
<figure class="inksimulation full-page-pattern operator"
data-field-name="full-page-patternview-transform"
title="{{ _('Ctrl + Scroll to Zoom') }}"
style="cursor: auto;">
{{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }}
{% with %}
{% set realistic_id='realistic-pattern-overview' %}
{% include 'ui_svg_action_buttons.html' with context %}
{% endwith %}
</figure>
</main>
<div class="show-footer" style="display: {{ 'block' if view.show_footer else 'none' }}">
{% include 'footer.html' %}
</div>
|