{{ user.id }}'s Profile

{% let groups = user.memberships_without_self() %} {% if groups.len() > 0 %}

Groups

{% endif %}

App tokens

{% for app_token in app_tokens %} {% endfor %}
Name Created at
{{ app_token.name }} {% if let Some(created_at) = app_token.created_at %} {{ chrono_humanize::HumanTime::from(created_at.to_owned()) }} {% endif %}
{% if is_apple %} {% endif %}
{% if let Some(hostname) = davx5_hostname %} Configure in DAVx5 {% endif %}