{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}account{% endblock %} {% block heading %} {% trans "Account Settings" %} {% endblock %} {% block content %}
{% trans "Edit" %}
{% trans "Set Password" %}
{% trans "Username" %} {{ user.username }}
{% trans "First Name" %} {{ user.first_name }}
{% trans "Last Name" %} {{ user.last_name }}
{% trans "Email Address" %} {{ user.email }}

{% trans "Theme Settings" %}

{% csrf_token %}

{% trans "Language Settings" %}

{% csrf_token %}

{% trans "Help the translation efforts!" %}

{% 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 %}

{% endblock %}