{% if spent_usd is not none %} Est. spent: ${{ "%.4f"|format(spent_usd) }} {% if max_cost is not none %} / ${{ "%.4f"|format(max_cost) }} {% else %} / no limit {% endif %} {% else %} Cost: -- / -- {% endif %}