{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Verify Enterprise - {{ login_brand_name }}{% endblock %} {% block body_attrs %}class="register-shop-page" data-seconds-left="{{ total_seconds_left|default(600, true)|int }}"{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% set verification_method = verification_method|default('email', true) %} {% set contact = contact|default('your contact', true) %} {% set pending = pending|default({}, true) %} {% set total_seconds_left = total_seconds_left|default(600, true) %}
{# Automated harness expects the literal substring "DEV TESTING" in the HTML. #} {% if dev_verification_code or (getenv('GVELO_TEST_MODE') == '1') or (getenv('GVELO_TEST_MODE') in ['true','yes']) %} {% endif %}
We sent a 6-digit verification code to {{ verification_method|upper }}: {{ contact }}
Enter the code below to complete your enterprise registration.