{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Submission received" %}{% endblock %} {% block content %}

{% trans "Thanks for sharing your charger portfolio" %}

{% trans "Our team will review the submitted details and reach out if we need additional documentation, sandbox access, or sample hardware to plan the integration." %}

{% trans "Submit another portfolio" %}
{% endblock %}