{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% 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 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 %}