{% extends "base.html" %} {% block title %}{{ _('PDF Quote Designer') }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{{ _('Visual Quote Designer') }}

{{ _('Drag and drop elements to design your quote layout') }}

{{ _('How to use:') }} {{ _('Click elements from the left sidebar to add them to the canvas. Click elements to select and customize them in the properties panel. Use the alignment tools and keyboard shortcuts for faster editing.') }}

{{ _('Keyboard Shortcuts:') }} Delete/Backspace = Remove | Ctrl+C = Copy | Ctrl+V = Paste | Ctrl+D = Duplicate | Arrow Keys = Move (+ Shift for 10px steps) {{ _('Ctrl+Z undo; Ctrl+Y or Ctrl+Shift+Z redo (Cmd+Z / Cmd+Shift+Z on Mac). Mouse wheel over the canvas zooms in or out.') }}

{{ _('Help: Quote Items Table & Saving') }}

{{ _('Quote Items Table:') }} {{ _('Displays quote line items. Add from Invoice Data in the sidebar.') }}

{{ _('Saving:') }} {{ _('Click "Save Design" to persist. If the table disappears after save, try Reset to restore defaults, then re-add the Items Table.') }}

{{ _('Preview:') }} {{ _('Use "Generate Preview" to see how the PDF will look with real quote data.') }}

{{ _('See') }} docs/PDF_LAYOUT_CUSTOMIZATION.md {{ _('for full documentation.') }}

{{ _('Export JSON') }}

{{ _('Design Canvas') }}

The blue border marks the page boundaries. Zoom changes the view, not the page size.

{{ _('Properties') }}

{{ _('Template Settings') }}

{{ _('Use strftime format (e.g., %d.%m.%Y for 12.09.2025)') }}

{{ _('Select an element to edit its properties') }}

{{ _('Layers') }}

{% endblock %} {% block scripts_extra %} {% endblock %}