{% extends "trading/base.html" %} {% load bootstrap4 %} {% block title %} {% with title="Settings" %} {{ block.super }} {% endwith %} {% endblock title %} {% block content %}

User settings

(view profile)
{% csrf_token %} {% bootstrap_form form %}
{% if next %} {% endif %}

Change your password here

Invites

{% if object.unused_invites %} {% for invite in object.invite_set.all %} {% if not invite.accepted_user %} {% endif %} {% endfor %}
Invite # Link
{{ forloop.counter }} TODO Copy link script
{% else %} No invites available. {% endif %}
{% endblock %} {% comment %} {% endcomment %}