{% extends "dist/project/base.html" %} {% load static %} {% load project_extras %} {% block title %} Settings {% endblock %} {% block body %}{% endblock %} {% block content %}
{% comment %} BASIC INFO WITH PASSWORD {% endcomment %}

{{ userProfil.user.first_name }} {{ userProfil.user.last_name }}

{{ userProfil.user.email }}
Date joined: {{ userProfil.user.date_joined }}
{% if user.username != 'public@spartaqube.com' %}



[[ messagePassword ]]

Updating your password... Please wait


{% endif %}
{% comment %} CONTACT US {% endcomment %}

You can send us a message here

[[ errorMessageTitleContactUs ]]

[[ errorMessageContactUs ]]

Sending message... Please wait


{% comment %} Terms {% endcomment %}
The terms of service can be found here
{% comment %} SpartaQube Code {% endcomment %}



[[ messageSpartaQubeCode ]]

Note: this code enables users to register a SpartaQube account
You should not share and loose this code
{% comment %} Versioning {% endcomment %}

Checking version... Please wait


Current version: [[ currentVersion ]]
Latest version: [[ latestVersion ]]
A new SpartaQube version is available

Upgrade to the latest version with the following command

                                                                docker pull spartaqube:latest
                                                                docker run -p 8664:8664 spartaqube/spartaqube
                                                            
pip install spartaqube --upgrade
{% comment %} IMAGE PROFILE UPDATE {% endcomment %}
{% endblock %} {% block otherJS %}{% endblock %}