1 {% extends "layout-unfold1.html" %}
3 {% block unfold_main %}
4 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
5 <div id="home-dashboard">
6 <ul class="nav nav-tabs">
7 <li class="active"><a href="#">USER</a></li>
8 <li><a href="#">MANAGER</a></li>
18 <td><img src="{{ STATIC_URL }}img/icon_user_color.png" alt="" /></td>
19 <td><img src="{{ STATIC_URL }}img/icon_slices.png" alt="" /></td>
20 <td><img src="{{ STATIC_URL }}img/icon_support.png" alt="" /></td>
24 {% include '_widget-login-user.html' %}
30 <div><a href="/portal/contact">Contact</a></div>
31 <div><a href="">Documentation</a></div>
44 <td><img src="{{ STATIC_URL }}img/icon_authority_color.png" alt="" /></td>
45 <td><img src="{{ STATIC_URL }}img/icon_slices.png" alt="" /></td>
46 <td><img src="{{ STATIC_URL }}img/icon_support.png" alt="" /></td>
50 {% include '_widget-login-manager.html' %}
56 <div><a href="/portal/contact">Contact</a></div>
57 <div><a href="">Documentation</a></div>
63 {% endblock unfold_main %}