Cuenta A · montos $50 a $350
Uso interno. El usuario no ve este título.
{{ form.recharge_bank_name_300_500(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_bank_name_300_500 or "") }}
{{ form.recharge_account_holder_300_500(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_account_holder_300_500 or "") }}
{{ form.recharge_account_number_300_500(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_account_number_300_500 or "") }}
{{ form.recharge_clabe_300_500(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_clabe_300_500 or "") }}
Cuenta B · montos $351 a $1,000
Uso interno. El usuario no ve este título.
{{ form.recharge_bank_name_501_1000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_bank_name_501_1000 or "") }}
{{ form.recharge_account_holder_501_1000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_account_holder_501_1000 or "") }}
{{ form.recharge_account_number_501_1000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_account_number_501_1000 or "") }}
{{ form.recharge_clabe_501_1000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_clabe_501_1000 or "") }}
Cuenta C · montos $1,001 a $5,000
Uso interno. El usuario no ve este título.
{{ form.recharge_bank_name_1001_2000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_bank_name_1001_2000 or "") }}
{{ form.recharge_account_holder_1001_2000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_account_holder_1001_2000 or "") }}
{{ form.recharge_account_number_1001_2000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_account_number_1001_2000 or "") }}
{{ form.recharge_clabe_1001_2000(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.recharge_clabe_1001_2000 or "") }}
Cuenta D · montos $5,001 en adelante
Uso interno. El usuario no ve este título.
{{ form.bank_name(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.bank_name or "") }}
{{ form.account_holder(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.account_holder or "") }}
{{ form.account_number(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.account_number or "") }}
{{ form.clabe(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.clabe or "") }}
WhatsApp de atención
Hasta 3 enlaces. Al tocar WhatsApp, el usuario entra a uno al azar.
{{ form.whatsapp_support_url(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.whatsapp_support_url or "", placeholder="https://wa.me/52...") }}
{{ form.whatsapp_support_url_2(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.whatsapp_support_url_2 or "", placeholder="https://wa.me/52...") }}
{{ form.whatsapp_support_url_3(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.whatsapp_support_url_3 or "", placeholder="https://wa.me/52...") }}
{{ form.telegram_support_url(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.telegram_support_url or "", placeholder="https://t.me/soporte...") }}
Atención directa al usuario.
{{ form.telegram_group_url(class="w-full border border-neutral-300 bg-white px-4 py-3 text-neutral-900 outline-none focus:border-[#760f3d]", value=system_config.telegram_group_url or "", placeholder="https://t.me/+...") }}
Comunidad oficial de usuarios.
Horario de retiros
Selecciona los días disponibles y define el rango de atención. Todos los horarios usan la zona horaria CDMX (Ciudad de México).
{% set withdrawal_days = {
'monday': system_config.withdrawal_monday if system_config.withdrawal_monday is not none else True,
'tuesday': system_config.withdrawal_tuesday if system_config.withdrawal_tuesday is not none else True,
'wednesday': system_config.withdrawal_wednesday if system_config.withdrawal_wednesday is not none else True,
'thursday': system_config.withdrawal_thursday if system_config.withdrawal_thursday is not none else True,
'friday': system_config.withdrawal_friday if system_config.withdrawal_friday is not none else True,
'saturday': system_config.withdrawal_saturday if system_config.withdrawal_saturday is not none else True,
'sunday': system_config.withdrawal_sunday if system_config.withdrawal_sunday is not none else False,
} %}
{% for key, label in [('monday', 'Lunes'), ('tuesday', 'Martes'), ('wednesday', 'Miércoles'), ('thursday', 'Jueves'), ('friday', 'Viernes'), ('saturday', 'Sábado'), ('sunday', 'Domingo')] %}
{% endfor %}
{{ form.home_banner_file(class="w-full border border-dashed border-neutral-300 bg-neutral-50 px-4 py-3 text-sm text-neutral-700 file:mr-4 file:border-0 file:bg-[#760f3d] file:px-4 file:py-2 file:text-white hover:file:bg-[#5d0c30]") }}
Se muestra en el inicio del usuario.
{% if system_config and (system_config.home_banner_image or system_config.banner_image) %}
{% endif %}
{{ form.team_banner_file(class="w-full border border-dashed border-neutral-300 bg-neutral-50 px-4 py-3 text-sm text-neutral-700 file:mr-4 file:border-0 file:bg-[#760f3d] file:px-4 file:py-2 file:text-white hover:file:bg-[#5d0c30]") }}
Se muestra en la sección de equipo.
{% if system_config and system_config.team_banner_image %}
{% endif %}
{{ form.vip_banner_file(class="w-full border border-dashed border-neutral-300 bg-neutral-50 px-4 py-3 text-sm text-neutral-700 file:mr-4 file:border-0 file:bg-[#760f3d] file:px-4 file:py-2 file:text-white hover:file:bg-[#5d0c30]") }}
Anuncio al entrar a la página VIP.
{% if system_config and system_config.vip_banner_image %}
{% endif %}
{{ form.submit(class="rounded-full bg-[#760f3d] px-5 py-3 font-semibold text-white transition hover:bg-[#5d0c30]") }}