[viewBag] == {% if user %}
{% if user.avatar %} {% else %} {% endif %}
{{ user.name }}
@{{ user.groups.0.name }}
{% endif %}