{% macro reuse_mail_card(reuse) %}
{{ reuse.title }}
{% if reuse.organization %} {% else %} {% endif %} {%- if reuse.organization -%} {{ reuse.organization.name }} {%- else -%} {{ reuse.owner.fullname }} {%- endif -%}
{{ reuse.created_at|dateformat('long') }}
{% endmacro %}