{# Custom plan builder. Expects: modules, current_modules (dict), csrf (optional), action (form action), submit_label, disabled (bool), note #}
{% if csrf %}{% endif %}
Only what you need

Custom plan

${{ custom_min_price }}/month
minimum ${{ custom_min_price }} · starts from the Free plan
{% for key, m in modules.items() %}{% set cur = current_modules.get(key, 0) %} {% endfor %}
{{ note or 'Pick modules to see the total.' }}{% if not disabled %}{% else %}{{ submit_label }}{% endif %}