{%- match variant -%} {%- when AttachmentVariant::Image -%} {%- when AttachmentVariant::Video { media_type } -%} {%- when AttachmentVariant::Audio { media_type } -%} {%- when AttachmentVariant::AudioTranscription { media_type, transcription } -%}

Transcription: {{ transcription }} {%- when AttachmentVariant::Download { filename, file_size } -%} Click to download {{ filename }} ({{ file_size }}) {%- when AttachmentVariant::UnknownFolder { filename, file_size } -%}

Folder: {{ filename }} ({{ file_size }}) Click to open

{%- when AttachmentVariant::UnknownOther { file_size } -%}

Unknown attachment type: {{ embed_path }}

Download ({{ file_size }}) {%- when AttachmentVariant::Other { media_type } -%}

Unable to embed {{ media_type }} attachments: {{ embed_path }}

{%- endmatch -%}