16 lines
		
	
	
		
			459 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			459 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'notifications/items/layout.html' %}
 | |
| {% load i18n %}
 | |
| 
 | |
| {% block primary_link %}{% spaceless %}
 | |
| {% url 'import-status' notification.related_import.id %}
 | |
| {% endspaceless %}{% endblock %}
 | |
| 
 | |
| {% block icon %}
 | |
| <span class="icon icon-list"></span>
 | |
| {% endblock %}
 | |
| 
 | |
| {% block description %}
 | |
|     {% url 'import-status' notification.related_import.id as url %}
 | |
|     {% blocktrans %}Your <a href="{{ url }}">import</a> completed.{% endblocktrans %}
 | |
| {% endblock %}
 |