{% extends "base.html" %} {% block title %} Edit Profile | {{ user.username }} {% endblock %} {% block content %}
Password: | {% if user.password %} Set | Change {% else %} Not set | Set {% endif %} |
API Tokens: | Manage {{ user.tokens.count() }} |
Forums | {% if user.forums_username %} Connected {% elif user == current_user %} None {% endif %} |
GitHub |
{% if user.github_username %}
{% if user == current_user %}
View ContentDB's GitHub Permissions {% endif %} {% elif user == current_user %} Link Github {% else %} None {% endif %} |
Admin | {% if user.email %} Email {% else %} Email {% endif %} |