{% extends "base.html" %} {% load static %} {% load socialaccount %} {% block title %}User: {{ object.username }}{% endblock %} {% block content %}
{% if object.name %} Hello, {{ object.name }}! {% else %} Hello! {% endif %}
{{ object.username }}
{% if object == request.user %}
{% if "github" not in request.user.socialaccount_list %} {% include "../snippets/github_authorize.html" %} {% endif %}

You may update your personal information or E-mail below.

{{ page.paragraph }}

My Profile
My Email
Mange Account Connections
{% endif %} {% endblock content %}