You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
				
					
						
						
							| 
								
							 | 
							
								{% extends 'base.html.twig' %}
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								{% block breadcrumb %}
							 | 
						
						
						
							| 
								
							 | 
							
								<li class="breadcrumb-item"><a href="{{ path('app_project') }}">{{ 'breadcrumb.project'|trans }}</a></li>
							 | 
						
						
						
							| 
								
							 | 
							
								<li class="breadcrumb-item"><a href="{{ path('app_project_show', {'slug': project.slug}) }}">{{ project.name }}</a></li>
							 | 
						
						
						
							| 
								
							 | 
							
								<li class="breadcrumb-item"><a href="{{ path('app_task_show', {'slug': task.slug}) }}">{{ task.name }}</a></li>
							 | 
						
						
						
							| 
								
							 | 
							
								{% endblock %}
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								{% block page_title %}{{ 'title.update_task'|trans }}{% endblock %}
							 | 
						
						
						
							| 
								
							 | 
							
								
							 | 
						
						
						
							| 
								
							 | 
							
								{% block page_content %}
							 | 
						
						
						
							| 
								
							 | 
							
								{{ form(update_form) }}
							 | 
						
						
						
							| 
								
							 | 
							
								{% endblock %}
							 |