mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
9 lines
174 B
Twig
9 lines
174 B
Twig
|
|
<div class='content'>
|
|
{% if success %}
|
|
{% trans ' successfull operation '%}
|
|
{% else %}
|
|
{% trans ' an error occured '%}
|
|
{{errorMessage}}
|
|
{% endif %}
|
|
</div> |