11 lines
		
	
	
		
			294 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			294 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "generic/create.html" %}
 | |
| 
 | |
| {% load i18n %}
 | |
| 
 | |
| {% block title %}
 | |
| {% blocktrans with type=request.GET.type %}Create {{ type }}{% endblocktrans %}
 | |
| {% endblock %}
 | |
| 
 | |
| {% block above_form %}
 | |
| <h1>{% blocktrans with type=request.GET.type %}Create {{ type }}{% endblocktrans %}</h1>
 | |
| {% endblock %} | 
