{% extends "dashboard/layouts/base.html" %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Edit Info
{% if not current_user.email %} You don't have an email address associated with this account. {% endif %}
This is your shipments address
We'll show this on your profile.
profile image

{{ current_user.username }}

{% if current_user.email %} {{ current_user.email }} {% endif %}

This page is your private space.

{% endblock content %} {% block javascripts %}{% endblock javascripts %}