Revision 59728d4e snf-astakos-app/astakos/im/templates/im/astakosgroup_form_summary.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_form_summary.html
7 7
{% with form.data as data %}	 	
8 8
<div class="projects summary">
9 9
	<form action="{% url group_add_complete %}" method="post" class="quotas-form">{% csrf_token %}
10
		<legend>3. CONFIRM YOUR REQUEST</legend>
10
		<legend>CONFIRMATION REQUEST</legend>
11
		<P>These are the specifications of the Project you want to create. If you hit the "Submit" button this form will be officially sent to GRNET for review. Please make sure the following reflect exactly your request. After submitting, there is no way to modify your Project request. </P>
11 12
<!-- 
12 13
 		{% for k,v in data.iteritems %}
13 14
 			<input type="hidden" name="{{ k }}" value="{{ v }}">
14 15
 		{% endfor %}
15 16
 -->
16 17
        {% include "im/form_render.html" %}
17
		
18
		<p>{{ data.desc|safe }}</p>
19
		<dl class="alt-style">			    
20
			<dt>Homepage Url</dt>
21
			<dd>{{ data.homepage }}&nbsp;</dd>
22
		</dl>
23
		
24 18
		<div class="full-dotted">
25
			 <h3>DETAILS:</h3>
19
			<h3>GENERAL INFO</h3>
20
			<p class="restricted">{{ data.desc|safe }}</p>
21
			<dl class="alt-style">			    
22
				<dt>Homepage Url</dt>
23
				<dd>{{ data.homepage }}&nbsp;</dd>
24
			</dl>
25
		</div>
26
		<div class="full-dotted">
27
			 <h3>DETAILS</h3>
26 28
			 <dl class="alt-style">			    
27 29
			    <dt>Name</dt>
28 30
			 	<dd>{{ data.name|strip_http }}&nbsp;</dd>
......
41 43
		 
42 44
		 
43 45
		 <div class="full-dotted">
44
			<h3>RESOURCES:</h3>
46
			<h3>RESOURCES</h3>
47
			<p>The following ~okeanos resources will be granted to each member of this Project:</p>
45 48
		 	<dl class="alt-style">	
46 49
		 		{% for p in policies %}
47 50
			 		 
......
59 62
           				Unlimited
60 63
           			{% endif %}
61 64
           			</dd>
65
           		{% empty %}
66
           			No resources
62 67
		 		{% endfor %}
63 68
		 	</dl>      
64 69
		 </div>

Also available in: Unified diff