mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	adding activity location in show template + translations
This commit is contained in:
		@@ -62,6 +62,21 @@
 | 
			
		||||
    <dt class="inline">{{ 'Date'|trans }}</dt>
 | 
			
		||||
    <dd>{{ entity.date|format_date('long') }}</dd>
 | 
			
		||||
 | 
			
		||||
    {% if t.locationVisible %}
 | 
			
		||||
        <dt class="inline">{{ 'Activity location'|trans }}</dt>
 | 
			
		||||
        <dd>
 | 
			
		||||
            {% if entity.location is not null %}
 | 
			
		||||
                <p>
 | 
			
		||||
                    <span>{{ entity.location.locationType.title|localize_translatable_string }}</span>
 | 
			
		||||
                    {{ entity.location.name }}
 | 
			
		||||
                </p>
 | 
			
		||||
                {{ entity.location.address|chill_entity_render_box }}
 | 
			
		||||
            {% else %}
 | 
			
		||||
                <span class="chill-no-data-statement">{{ 'No address given'|trans }}</span>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
        </dd>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
 | 
			
		||||
    {% if t.durationTimeVisible %}
 | 
			
		||||
    <dt class="inline">{{ 'Duration Time'|trans }}</dt>
 | 
			
		||||
    <dd>{% if entity.durationTime is not null %}
 | 
			
		||||
 
 | 
			
		||||
@@ -23,6 +23,7 @@ Update: Mettre à jour
 | 
			
		||||
Update activity: Modifier l'activité
 | 
			
		||||
Scope: Cercle
 | 
			
		||||
Activity data: Données de l'activité
 | 
			
		||||
Activity location: Localisation de l'activité
 | 
			
		||||
No reason associated: Aucun sujet
 | 
			
		||||
No social issues associated: Aucune problématique sociale
 | 
			
		||||
No social actions associated: Aucune action d'accompagnement
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user