{% extends "user/base.html" %} {% load i18n %} {% block page %}

{% trans 'Update details' %}

{% include 'partials/form_horizontal.html' with form=form %} {% block beneath_form %} {% endblock %}

{% trans 'Sessions' %}

Repositories Branches Pull requests Workspaces Last commit
Repository 1 10 25 5 2 days ago
{% endblock %}