mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
parent
1e476b39da
commit
ef76453fbc
@ -17,6 +17,7 @@ Update activity: Édition de l'activité
|
||||
Scope: Cercle
|
||||
Activity data: Données de l'activité
|
||||
No reason associated: Aucun sujet
|
||||
There isn't any activities.: Aucune activité enregistrée.
|
||||
|
||||
#forms
|
||||
Activity creation: Nouvelle activité
|
||||
|
@ -23,6 +23,11 @@
|
||||
{% block title %}{{ 'Activity list' |trans }}{% endblock title %}
|
||||
|
||||
{% block personcontent %}
|
||||
<h2>{{ 'Activity list' |trans }}</h2>
|
||||
|
||||
{% if activities|length == 0 %}
|
||||
<p class="chill-no-data-statement">{{ "There isn't any activities."|trans }}</p>
|
||||
{% else %}
|
||||
<table class="records_list">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -68,7 +73,8 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<a href="{{ path('chill_activity_activity_new', {'person_id': person.id}) }}" class="sc-button bt-create">
|
||||
{{ 'Add a new activity' | trans }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user