mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-03 20:09:42 +00:00
Treat duplicate in backend and setup confirm page of merge
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{%- macro details(acpw, options) -%}
|
||||
<ul>
|
||||
<li><b>{{ 'person_admin.social_action'|trans }}</b>:
|
||||
{{ acpw.socialAction.title|localize_translatable_string }}</li>
|
||||
<li><b>{{ 'export.list.acpw.startDate'|trans }}</b>:
|
||||
{% if acpw.startDate %}{{ acpw.startDate|format_date('short') }}{% endif %}</li>
|
||||
{% if acpw.endDate %}
|
||||
<li><b>{{ 'export.list.acpw.endDate'|trans }}</b>:
|
||||
{{ acpw.endDate|format_date('short') }}</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endmacro %}
|
Reference in New Issue
Block a user