{{ _('Custom') }}

{{ _('Add custom sections to your proposal. Use Markdown formatting for rich text. You can also import data from Excel spreadsheets.') }}

{% if sections %} {% for section in sections %}
{{ section.content | md }}
{% endfor %} {% else %}

{{ _('No custom sections yet') }}

{{ _('Add custom sections to include additional content in your proposal.') }}

{% endif %}