{{ title|default('Success') }}

{{ message|default('The operation has been successful!') }} {% if countDelCandidates is defined %}
{{ countDelCandidates }} {{ message|default('candidate(s) were removed.') }}
{% endif %}