{% extends "base.html" %} {% block content %}

User information

{{ user.first_name }} {{ user.last_name }} {% for plan in user.plans.all %} {{ plan.name }} {% endfor %} {{ user.last_payment }} Subscription management

This product is currently free. You may cancel any plans above.

You cannot pay for access to the raw data. It is hashed to preserve privacy.

{# {% include "partials/product-list.html" %} #} {% endblock %}