Support: template cleanup
[myslice.git] / portal / templates / supportview.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block head %}
4 {{ wizard.form.media }}
5 {% endblock %}
6
7 {% block unfold_main %}
8
9 <h1>OneLab Portal Support</h1>
10 <h2>Tickets</h2>
11
12
13 <div id="middle" align="center">
14     <div class="well">
15         <table class="mytable table table-bordered table-hover">
16             <tr>
17                 <th>Ticket No</th>
18                                 <th>Reported By</th>
19                                 <th>Description</th>
20                 <th>Status</th>
21             </tr>
22             <tr>
23                 <td>1</td>
24                                 <td>yasin.upmc@gmail.com</td>
25                                 <td> Slice_request page is not working </td>
26                                 <td> Unresolved</td>
27             </tr>
28                         <tr>
29                         <td>2</td>
30                                 <td>azerty@lip6.fr</td>
31                         <td>Unable to Register</td>
32                         <td>Unresolved</td>
33                         </tr>
34
35         </table>
36     </div>
37 </div>
38 </div>
39
40
41
42
43
44 <h2><a href="/portal/support/documentation">FAQ</a></h2>
45 <h2><a href="/portal/contact">Contact Us</a></h2>
46
47
48 {% endblock %}
49