Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.3 kB)

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

    
3
{% load filters %}
4

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