{% extends "base.html" %} {% block title %}Check-in | BancaNet{% endblock %} {% block content %}

Check-in

Hoy · MX$ {{ "%.2f"|format(checkin_reward_amount or 0) }}

{% if notice %}

{{ notice.text }}

{% endif %}

{% if claimed_today %} Ya registraste hoy{% if last_claimed_on %} · {{ last_claimed_on.strftime('%d/%m/%Y') }}{% endif %} {% else %} Disponible ahora · se acredita al instante {% endif %}

Días registrados {{ checkin_days or 0 }}
Total recibido MX$ {{ "%.2f"|format(checkin_total or 0) }}
{% endblock %}