Step 5: Resources & Summary - To be implemented
-Add any important links or resources participants should review.
+Add documents, presentations, or other files participants should have access to
+ +{{ attachment.fileName }}
+{{ getFileType(attachment.fileName) }} • {{ attachment.fileSize | fileSize }}
+Links to documents, repositories, or other resources relevant to this meeting
+{{ linkControl.get('title')?.value }}
+{{ linkControl.get('url')?.value }}
++ {{ chooseLabel() || 'Click to upload files or drag and drop' }} +
++ @if (accept()) { + {{ getFileTypeHint() }} + } + @if (maxFileSize()) { + • Max {{ maxFileSize()! / 1024 / 1024 | number: '1.0-0' }}MB each + } +
+