DBX Corporation 업무 포털
{% if user.picture %} {{ user.name }} {% else %}
{{ user.name[0] | upper }}
{% endif %} 로그아웃

안녕하세요, {{ user.name }}님 👋

오늘도 좋은 하루 되세요.

업무 바로가기

{{ menu_items | length }}
{% for item in menu_items %}
{% if loop.index == 1 %} {% elif loop.index == 2 %} {% elif loop.index == 3 %} {% else %} {% endif %}

{{ item.title }}

{{ item.description }}

{% endfor %}