{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% load socialaccount %} {% block label %}account{% endblock %} {% block heading %} {% trans "Account Settings" %} {% endblock %} {% block content %}
{% trans "Username" %} | {{ user.username }} |
{% trans "First Name" %} | {{ user.first_name }} |
{% trans "Last Name" %} | {{ user.last_name }} |
{% trans "Email Address" %} | {{ user.email }} |
{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}
{% else %}{% trans 'You currently have no social network accounts connected to this account.' %}
{% endif %}{% blocktrans with link="https://crowdin.com/project/inventree" %}Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged.{% endblocktrans %}