Commit 86d7f66c by Kálmán Viktor

dashboard: check org id length

parent 174c5e5a
{% load i18n %}
{% if user.get_full_name|length > 0 %} {% if user.get_full_name|length > 0 %}
{{ user.get_full_name }} {{ user.get_full_name }}
{% else %} {% else %}
{{ user.username }} {{ user.username }}
{% endif %} {% endif %}
{% if show_org %} {% if show_org %}
{% if user.profile %} {% if user.profile and user.profile.org_id|length > 0 %}
({{ user.profile.org_id }}) ({{ user.profile.org_id }})
{% endif %} {% else %}
({% trans "username" %}: {{ user.username }})
{% endif %}
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment