| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | {% extends "./layout/default.twig" %}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |     {{ Form.open({'class' : 'form-horizontal','id' : 'change-password'}) }}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-6 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |             <div class="box box-primary">
 | 
					
						
							|  |  |  |                 <div class="box-header with-border">
 | 
					
						
							|  |  |  |                     <h3 class="box-title">Change your password</h3>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-body">
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |                     {% if errors|length > 0 %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         <ul>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |                             <ul>
 | 
					
						
							|  |  |  |                                 {% for error in errors.all %}
 | 
					
						
							|  |  |  |                                     <li class="text-danger">{{ error }}</li>
 | 
					
						
							|  |  |  |                                 {% endfor %}
 | 
					
						
							|  |  |  |                             </ul>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         </ul>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |                     {% endif %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <div class="form-group">
 | 
					
						
							|  |  |  |                         <label for="inputOldPassword" class="col-sm-4 control-label">Old password</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         <div class="col-sm-8">
 | 
					
						
							|  |  |  |                             <input type="password" class="form-control" id="inputOldPassword" placeholder="Old password" name="current_password">
 | 
					
						
							|  |  |  |                         </div>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <div class="form-group">
 | 
					
						
							|  |  |  |                         <label for="inputNewPassword1" class="col-sm-4 control-label">New password</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         <div class="col-sm-8">
 | 
					
						
							|  |  |  |                             <input type="password" class="form-control" id="inputNewPassword1" placeholder="New password" name="new_password">
 | 
					
						
							|  |  |  |                         </div>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <div class="form-group">
 | 
					
						
							|  |  |  |                         <label for="inputNewPassword2" class="col-sm-4 control-label">New password (again)</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         <div class="col-sm-8">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |                             <input type="password" class="form-control" id="inputNewPassword2" placeholder="New password (again)"
 | 
					
						
							|  |  |  |                                    name="new_password_confirmation">
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                         </div>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							|  |  |  |                 <div class="box-footer">
 | 
					
						
							|  |  |  |                     <button type="submit" class="btn btn-success pull-right">Change your password</button>
 | 
					
						
							|  |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 10:50:45 +02:00
										 |  |  |     {{ Form.close|raw }}
 | 
					
						
							| 
									
										
										
										
											2015-05-05 12:51:57 +02:00
										 |  |  | {% endblock %}
 |