2015-02-27 14:14:09 +00:00
|
|
|
{% load mytags %}
|
2015-01-03 14:24:34 +00:00
|
|
|
<li class="nav-header">
|
|
|
|
<div class="dropdown profile-element"> <span>
|
2015-01-03 15:11:15 +00:00
|
|
|
<img alt="image" class="img-circle" src="/static/img/profile_small.jpg" />
|
2015-01-03 14:24:34 +00:00
|
|
|
</span>
|
|
|
|
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
|
2015-02-27 14:14:09 +00:00
|
|
|
<span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">{{ user_id }}</strong>
|
|
|
|
</span> <span class="text-muted text-xs block">{{ role }} <b class="caret"></b></span> </span> </a>
|
2015-01-03 14:24:34 +00:00
|
|
|
<ul class="dropdown-menu animated fadeInRight m-t-xs">
|
|
|
|
<li><a href="profile.html">Profile</a></li>
|
|
|
|
<li><a href="contacts.html">Contacts</a></li>
|
|
|
|
<li><a href="mailbox.html">Mailbox</a></li>
|
|
|
|
<li class="divider"></li>
|
2015-01-30 15:30:16 +00:00
|
|
|
<li><a href="/logout/">Logout</a></li>
|
2015-01-03 14:24:34 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="logo-element">
|
2015-02-10 10:53:01 +00:00
|
|
|
JS+
|
2015-01-03 14:24:34 +00:00
|
|
|
</div>
|
|
|
|
</li>
|
2015-01-30 15:30:16 +00:00
|
|
|
|