{% extends "owl_admin/base.htm" %}
{% load static %}
{% block head %}
{% endblock %}
{% block body %}
{{ user.user_name }}<{{ user.login_name }}>
{% for item in root_menu.childs %}
{% if forloop.counter == 2 %} | {% endif %}
{{ item.menu_name }}{% if not forloop.last and not forloop.first %} - {% endif %}
{% endfor %}