-
- {{ activity.type.name | localize_translatable_string }}
-
- {% if activity.attendee is not null and t.attendeeVisible %}
- {% if activity.attendee %}
- {{ '→ ' ~ 'present'|trans|capitalize }}
- {% else %}
- {{ '→ ' ~ 'not present'|trans|capitalize }}
- {% endif %}
- {% endif %}
-
-
-
- {{ 'location'|trans ~ ': ' }}
- Domicile de l'usager
- {# TODO
- {% if activity.location %}{{ activity.location }}{% endif %}
- #}
-
-
- {%- if t.reasonsVisible -%}
-
- {%- if activity.reasons is not empty -%}
- {% for r in activity.reasons %}
- {{ r|chill_entity_render_box }}
- {% endfor %}
- {%- endif -%}
-
- {% endif %}
-
- {%- if t.socialIssuesVisible %}
-
- {%- if activity.socialIssues is not empty -%}
- {% for r in activity.socialIssues %}
- {{ r|chill_entity_render_box }}
- {% endfor %}
- {%- endif -%}
-
- {% endif %}
-
- {%- if t.socialActionsVisible -%}
-
- {%- if activity.socialActions is not empty -%}
- {% for r in activity.socialActions %}
- {{ r|chill_entity_render_box }}
- {% endfor %}
- {%- endif -%}
-
- {% endif %}
-
-
-
-
+
+
-
@@ -134,6 +78,77 @@
#}
{% endif %}
+
+
+
+
+ {% if activity.user and t.userVisible %}
+ -
+ ref:
+ {{ activity.user.usernameCanonical }}
+
+ {% endif %}
+
+ -
+ {{ activity.type.name | localize_translatable_string }}
+
+ {% if activity.attendee is not null and t.attendeeVisible %}
+ {% if activity.attendee %}
+ {{ '→ ' ~ 'present'|trans|capitalize }}
+ {% else %}
+ {{ '→ ' ~ 'not present'|trans|capitalize }}
+ {% endif %}
+ {% endif %}
+
+
+ -
+ {{ 'location'|trans ~ ': ' }}
+ Domicile de l'usager
+
+ {# TODO {% if activity.location %}{{ activity.location }}{% endif %}
+ #}
+
+
+
+ {%- if t.reasonsVisible -%}
+ -
+ {%- if activity.reasons is not empty -%}
+ {% for r in activity.reasons %}
+ {{ r|chill_entity_render_box }}
+ {% endfor %}
+ {%- endif -%}
+
+ {% endif %}
+
+ {%- if t.socialIssuesVisible %}
+ -
+ {%- if activity.socialIssues is not empty -%}
+ {% for r in activity.socialIssues %}
+ {{ r|chill_entity_render_box }}
+ {% endfor %}
+ {%- endif -%}
+
+ {% endif %}
+
+ {%- if t.socialActionsVisible -%}
+ -
+ {%- if activity.socialActions is not empty -%}
+ {% for r in activity.socialActions %}
+ {{ r|chill_entity_render_box }}
+ {% endfor %}
+ {%- endif -%}
+
+ {% endif %}
+
+
+
+
+
+
+
+