{% extends "musician/users_base.html" %} {% load bootstrap4 i18n %} {% block tabcontent %}
{% trans "Username" %} | {% trans "Path" %} | {% trans "Server" %} | |
---|---|---|---|
{{ webappuser.username }} | /home/{{ webappuser.account }}/webapps/{{ webappuser.home }} | {{ webappuser.target_server }} |