diff --git a/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss b/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss
index bd67b58ca..3518d1751 100644
--- a/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss
+++ b/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss
@@ -6,7 +6,7 @@
//}
.activity {
- color: $chill-green;
+ //color: $chill-green;
}
// exceptions for flex-bloc in concerned-groups
diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
index ef82a5f4a..f7c0d12b2 100644
--- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
+++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
@@ -18,57 +18,44 @@
{% else %}
-
+
{% for activity in activities %}
{% set t = activity.type %}
-
+
{% if activity.date %}
{{ activity.date|format_date('long') }}
{% endif %}
-
+
- {% if t.durationTimeVisible > 0 %}
-
-
- {{ activity.durationTime|date('H:i') }}
-
- {% endif %}
-
+ {% if t.durationTimeVisible > 0 %}
+
+
+ {{ activity.durationTime|date('H:i') }}
+
+ {% endif %}
{% if activity.travelTime and t.travelTimeVisible %}
-
-
- {{ activity.travelTime|date('H:i') }}
-
+
+
+ {{ activity.travelTime|date('H:i') }}
+
{% endif %}
{% if context == 'person' and activity.accompanyingPeriod is not empty %}
-
{% endif %}
-
+
@@ -77,19 +64,19 @@
{{ 'by'|trans }}{{ 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 %}
+ {{ '→ ' ~ 'present'|trans|capitalize }}
+ {% else %}
{{ '→ ' ~ 'not present'|trans|capitalize }}
{% endif %}
{% endif %}
-
+
{{ 'location'|trans ~ ': ' }}
Domicile de l'usager
@@ -97,7 +84,7 @@
{% if activity.location %}{{ activity.location }}{% endif %}
#}
-
+
{%- if t.reasonsVisible -%}
{%- if activity.reasons is empty -%}
@@ -121,7 +108,7 @@
{%- endif -%}
{% endif %}
-
+
{%- if t.socialActionsVisible -%}
{%- if activity.socialActions is empty -%}
@@ -134,7 +121,7 @@
{% endif %}
-
+
-
- {%
+
+ {%
if activity.comment.comment is not empty
or activity.persons|length > 0
or activity.thirdParties|length > 0
- or activity.users|length > 0
+ or activity.users|length > 0
%}
{% include 'ChillActivityBundle:Activity:concernedGroups.html.twig' with {'context': context, 'with_display': 'row', 'entity': activity } %}
-
+
{% if activity.comment.comment is not empty %}
{% endif %}
-
+
{% endfor %}
diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig
new file mode 100644
index 000000000..fd0cf373d
--- /dev/null
+++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/_join_household.html.twig
@@ -0,0 +1,38 @@
+
+
+ {{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}
+
+
+
+
+ {{ 'Add to household now'|trans }}
+
+
+
+
+
+
diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig
index 13a39b6bc..b88f93928 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig
@@ -7,10 +7,10 @@
{% endblock %}
{% block content %}
-
+
{% if 'DRAFT' == accompanyingCourse.step %}
-
+
{% endif %}
- {% if withoutHousehold|length > 0 %}
-
-
- {{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}
-
-
-
-
- {{ 'Add to household now'|trans }}
-
-
-
-
-