{{ csrf_token_meta | safe }}
FinBot

FinBot

Vendor Portal

OWASP ASI

Select Your Vendor Account

Choose which vendor account you'd like to access. You can switch between accounts anytime from the dashboard.

{% for vendor in available_vendors %}
{{ vendor.company_name[:2].upper() }}

{{ vendor.company_name }}

{{ vendor.industry }}

{{ vendor.vendor_category.replace('_', ' ').title() }}
{% if vendor.status == 'approved' %} {% elif vendor.status == 'pending' %} {% else %} {% endif %} {{ vendor.status }}
Created {{ vendor.created_at[:10] }}
{% endfor %}
+

Add New Vendor

Register another company or business entity

Need help? Contact Support

{% include 'components/ctf_footer.html' %}