Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / astakosgroup_form_summary.html @ d84d925f

History | View | Annotate | Download (1.3 kB)

1
{% extends "im/account_base.html" %}
2

    
3
{% load filters %}
4

    
5
{% block page.body %}
6
 
7
<div class="projects summary">
8
        <h2>GROUP REQUEST SUMMARY</h2>
9
        <p>Lorem ipsum</p>
10
        <form class="quotas-form">
11
                <div class="full-dotted">
12
                         <h3>DETAILS:</h3>
13
                         <dl class="alt-style">
14
                                 <dt>Name</dt>
15
                                 <dd>http://c2.grnet.gr/&nbsp;</dd>
16
                                 <dt>Description</dt>
17
                                 <dd>Description for this group</dd>
18
                                 <dt>Type</dt>
19
                                 <dd>Course&nbsp;</dd>
20
                                 <dt>Issue date:</dt>
21
                                 <dd>08/08/2012&nbsp;</dd>
22
                                 <dt>Expiration Date</dt>
23
                                 <dd>07/09/2012&nbsp;</dd>
24
                                 <dt>Modaration</dt>
25
                                 <dd>Yes</dd>
26
                                 <dt>Max members per group</dt>
27
                                 <dd>Unlimited</dd>
28
                         </dl>
29
                 </div>
30
                 <div class="full-dotted">
31
                         <h3>RESOURCES:</h3>
32
                         
33
                   <dl class="alt-style">
34
                                 <dt>Max Storage per Unser</dt>
35
                                 <dd>Unlimited</dd>
36
                                 <dt>Max Vms per user</dt>
37
                                 <dd>3</dd>
38
                                 <dt>Max diskspace per user</dt>
39
                                 <dd>5GB</dd>
40
                                 <dt>Max RAM per user</dt>
41
                                 <dd>2GB</dd>
42
                                 <dt>Max CPU per user</dt>
43
                                 <dd>2</dd>
44
                         </dl>
45
                 
46
                 </div>
47
                 <p>If you want to correct any of these <a href="">go back</a> to the form </p>
48
                 <div class="form-row submit">
49
                           <input type="submit" value="SUBMIT" class="submit altcol" autocomplete="off">
50
                 </div>
51
        </form>
52
    
53
</div>
54
 
55
{% endblock %}