9 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% load i18n fontawesome_5 %}
 | 
						|
 | 
						|
{% for entry in entries %}
 | 
						|
    <span class="badge pill-badge rlp-r">{{entry}}</span>
 | 
						|
{% empty %}
 | 
						|
    <span class="text-info" title="{% trans 'If the geometry is not empty, the parcels are currently recalculated. Please refresh this page in a few moments.' %}">
 | 
						|
        {% fa5_icon 'hourglass-half' %}
 | 
						|
    </span>
 | 
						|
{% endfor %} |