{% 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 %}
Field Value
_id {{ pin._id }}
Time {{ pin.time }}
Photo {{ pin.photo }}
Latitude {{ pin.lat }}
Longitude {{ pin.lng }}
Type of Pin {{ pin.typeofpin }}
Added By {{ pin.added_by }}
{% endfor %} {% endif %} {% endblock %}