{% 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)

{{ _('Design Canvas') }}

{{ _('Properties') }}

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

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