{{ _('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 %}