{% extends 'layouts/box.html' %} {% block content %} {% if onboarding %}

Complete your Profile

{% else %}

Edit your Profile

{% endif %}

{{ user.profile.displayname|default:"" }}

@{{ user.username }}
{% csrf_token %} {{ form.as_p }} {% if onboarding %} Skip {% else %} Cancel {% endif %}
{% endblock %}