diff --git a/seqreport/report_assets/seq_report.pug b/seqreport/report_assets/seq_report.pug
index b0302c6..493136d 100644
--- a/seqreport/report_assets/seq_report.pug
+++ b/seqreport/report_assets/seq_report.pug
@@ -23,24 +23,24 @@ p.
if seqcollection.too_short
p.
- Sequences shorter than {{ seqcollection.min_length }} bp: {{ seqcollection.too_short }}
+ #[span.red ☒] Sequences shorter than {{ seqcollection.min_length }} bp: {{ seqcollection.too_short }}
else
p.
- None of the sequences are shorter than {{ seqcollection.min_length }} bp.
+ #[span.green ☑] None of the sequences are shorter than {{ seqcollection.min_length }} bp.
if seqcollection.too_long
p.
- Sequences longer than {{ seqcollection.max_length }} bp: {{ seqcollection.too_long }}
+ #[span.red ☒] Sequences longer than {{ seqcollection.max_length }} bp: {{ seqcollection.too_long }}
else
p.
- None of the sequences are longer than {{ seqcollection.max_length }} bp.
+ #[span.green ☑] None of the sequences are longer than {{ seqcollection.max_length }} bp.
if seqcollection.long_names
p.
- Sequence IDs longer than {{ seqcollection.name_length }} characters: {{ seqcollection.long_names }}
+ #[span.red ☒] Sequence IDs longer than {{ seqcollection.name_length }} characters: {{ seqcollection.long_names }}
else
p.
- None of the IDs are longer than {{ seqcollection.name_length }} characters.
+ #[span.green ☑] None of the IDs are longer than {{ seqcollection.name_length }} characters.
if seqcollection.comments
p.