mirror of https://github.com/interlegis/sapl.git
				
				
			
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							864 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							21 lines
						
					
					
						
							864 B
						
					
					
				| {% extends "crud/detail.html" %} | |
| {% load i18n %} | |
| {% load crispy_forms_tags %} | |
| {% block actions %} | |
|   <dl class="sub-nav left"> | |
| 
 | |
|     <dd><a href="{% url 'parlamentares_editar' legislatura_id parlamentar.id %}" id="incluir-parlamentar" class="button secondary">{% trans 'Inicio' %}</a></dd> | |
| 
 | |
|     <dd><a href="{% url 'parlamentares_mandato' parlamentar.id %}" id="incluir-parlamentar" class="button secondary">{% trans 'Mandatos' %}</a></dd> | |
| 
 | |
|     <dd><a href="{% url 'parlamentares_filiacao' parlamentar.id %}" id="incluir-parlamentar" class="button secondary">{% trans 'Filiações Partidárias' %}</a></dd> | |
| 
 | |
|     <dd><a href="{% url 'parlamentares_dependentes' parlamentar.id %}" id="incluir-parlamentar" class="button secondary">{% trans 'Dependentes' %}</a></dd> | |
| 
 | |
|   </dl> | |
| {% endblock %} | |
| {% block detail_content %} | |
| 	 | |
| {% crispy form %} | |
| 
 | |
| {% endblock detail_content %}
 | |
| 
 |