109 {% endif %} |
109 {% endif %} |
110 {{ form.comment.errors }} |
110 {{ form.comment.errors }} |
111 {{ form.comment.label_tag }}{{ form.comment }}{% if form.comment.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
111 {{ form.comment.label_tag }}{{ form.comment }}{% if form.comment.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
112 </p> |
112 </p> |
113 <p> |
113 <p> |
114 {{ form.comment.errors }} |
114 {{ form.attribute1.errors }} |
115 {{ form.attribute1.label_tag }}: |
115 {{ form.attribute1.label_tag }} |
116 <input name="attribute1" type="radio" class="star"/> |
116 <input name="attribute1" type="radio" class="star"/> |
117 <input name="attribute1" type="radio" class="star"/> |
117 <input name="attribute1" type="radio" class="star"/> |
118 <input name="attribute1" type="radio" class="star"/> |
118 <input name="attribute1" type="radio" class="star"/> |
119 <input name="attribute1" type="radio" class="star"/> |
119 <input name="attribute1" type="radio" class="star"/> |
120 <input name="attribute1" type="radio" class="star"/> |
120 <input name="attribute1" type="radio" class="star"/> |
121 {% if form.attribute1.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
121 {% if form.attribute1.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
122 </p> |
|
123 <p> |
|
124 {{ form.attribute2.errors }} |
|
125 {{ form.attribute2.label_tag }} |
|
126 <input name="attribute2" type="radio" class="star"/> |
|
127 <input name="attribute2" type="radio" class="star"/> |
|
128 <input name="attribute2" type="radio" class="star"/> |
|
129 <input name="attribute2" type="radio" class="star"/> |
|
130 <input name="attribute2" type="radio" class="star"/> |
|
131 {% if form.attribute2.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
132 </p> |
|
133 <p> |
|
134 {{ form.attribute3.errors }} |
|
135 {{ form.attribute3.label_tag }} |
|
136 <input name="attribute3" type="radio" class="star"/> |
|
137 <input name="attribute3" type="radio" class="star"/> |
|
138 <input name="attribute3" type="radio" class="star"/> |
|
139 <input name="attribute3" type="radio" class="star"/> |
|
140 <input name="attribute3" type="radio" class="star"/> |
|
141 {% if form.attribute3.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
142 </p> |
|
143 <p> |
|
144 {{ form.attribute4.errors }} |
|
145 {{ form.attribute4.label_tag }} |
|
146 <input name="attribute4" type="radio" class="star"/> |
|
147 <input name="attribute4" type="radio" class="star"/> |
|
148 <input name="attribute4" type="radio" class="star"/> |
|
149 <input name="attribute4" type="radio" class="star"/> |
|
150 <input name="attribute4" type="radio" class="star"/> |
|
151 {% if form.attribute4.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
152 </p> |
|
153 <p> |
|
154 {{ form.attribute5.errors }} |
|
155 {{ form.attribute5.label_tag }} |
|
156 <input name="attribute5" type="radio" class="star"/> |
|
157 <input name="attribute5" type="radio" class="star"/> |
|
158 <input name="attribute5" type="radio" class="star"/> |
|
159 <input name="attribute5" type="radio" class="star"/> |
|
160 <input name="attribute5" type="radio" class="star"/> |
|
161 {% if form.attribute5.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
162 </p> |
|
163 <p> |
|
164 {{ form.attribute6.errors }} |
|
165 {{ form.attribute6.label_tag }} |
|
166 <input name="attribute6" type="radio" class="star"/> |
|
167 <input name="attribute6" type="radio" class="star"/> |
|
168 <input name="attribute6" type="radio" class="star"/> |
|
169 <input name="attribute6" type="radio" class="star"/> |
|
170 <input name="attribute6" type="radio" class="star"/> |
|
171 {% if form.attribute6.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
172 </p> |
|
173 <p> |
|
174 {{ form.attribute7.errors }} |
|
175 {{ form.attribute7.label_tag }} |
|
176 <input name="attribute7" type="radio" class="star"/> |
|
177 <input name="attribute7" type="radio" class="star"/> |
|
178 <input name="attribute7" type="radio" class="star"/> |
|
179 <input name="attribute7" type="radio" class="star"/> |
|
180 <input name="attribute7" type="radio" class="star"/> |
|
181 {% if form.attribute7.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
182 </p> |
|
183 <p> |
|
184 {{ form.attribute8.errors }} |
|
185 {{ form.attribute8.label_tag }} |
|
186 <input name="attribute8" type="radio" class="star"/> |
|
187 <input name="attribute8" type="radio" class="star"/> |
|
188 <input name="attribute8" type="radio" class="star"/> |
|
189 <input name="attribute8" type="radio" class="star"/> |
|
190 <input name="attribute8" type="radio" class="star"/> |
|
191 {% if form.attribute8.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
|
192 </p> |
|
193 <p> |
|
194 {{ form.attribute9.errors }} |
|
195 {{ form.attribute9.label_tag }} |
|
196 <input name="attribute9" type="radio" class="star"/> |
|
197 <input name="attribute9" type="radio" class="star"/> |
|
198 <input name="attribute9" type="radio" class="star"/> |
|
199 <input name="attribute9" type="radio" class="star"/> |
|
200 <input name="attribute9" type="radio" class="star"/> |
|
201 {% if form.attribute9.field.required %}<span class="specialclass"> (required)</span>{% endif %} |
122 </p> |
202 </p> |
123 <br /> |
203 <br /> |
124 <input class="button" type="submit" value="Submit Review" /> |
204 <input class="button" type="submit" value="Submit Review" /> |
125 </p> |
205 </p> |
126 </form> |
206 </form> |