{% extends 'secondbase.html' %} {% block content %}

Hola {{current_user.username}}

Tu link de invitación es:

https://baches.qro.mx/registrame/{{current_user.referral_code}}

{% if pins %} {% for pin in pins %}

{{pin}}

{% endfor %} {% endif %} {% endblock %}