only show info for previously uploaded files if there are some

This commit is contained in:
Felix Hamann 2019-04-10 23:24:27 +02:00
parent 6f549ad90c
commit 760b7be0ec

View File

@ -1,5 +1,5 @@
$newline never
<!-- TODO: add $if to check if there were files uploaded already -->
$if not (null fileInfos)
<div .file-uploads-label>_{MsgPreviouslyUploadedInfo}
<ol .file-input__list>
$forall FileUploadInfo{..} <- fileInfos