Templates

Save and reuse proposal structures

Back to Proposals
{% if templates %}
{% for t in templates %}

{{ t.template_name or t.title }}

{% if t.template_category %}

{{ t.template_category }}

{% else %}

{{ t.title }}

{% endif %}

Updated: {{ t.updated_at[:10] if t.updated_at else "Never" }}

Use Template
{% endfor %}
{% else %}

No templates yet

Save a proposal as a template from the editor's menu.

Back to Proposals
{% endif %}