{{ 'dscf.history.loading' | translate }}
{{ 'dscf.history.empty' | translate }}
{{ snap.label }}
{{ snap.created_at | date: 'dd/MM/yyyy HH:mm' }}
{{ snap.evaluation_name }} {{ snap.evaluation_status }}
{{ fw.code }}: {{ fw.percentage }}%
{{ 'dscf.history.compare_hint' | translate }}
{{ comparison.a.label }} ({{ comparison.a.created_at | date: 'dd/MM/yyyy' }})
{{ comparison.b.label }} ({{ comparison.b.created_at | date: 'dd/MM/yyyy' }})
{{ 'dscf.history.col_metric' | translate }} A B {{ 'dscf.history.col_delta' | translate }}
{{ 'dscf.history.general' | translate }} {{ comparison.general.a }}% {{ comparison.general.b }}% {{ deltaLabel(comparison.general.delta) }}
{{ 'dscf.history.frameworks' | translate }}
{{ fw.code }} {{ fw.a }}% {{ fw.b }}% {{ deltaLabel(fw.delta) }}
{{ 'dscf.history.domains' | translate }}
{{ d.code }} - {{ d.name }} {{ d.a | number: '1.0-2' }} {{ d.b | number: '1.0-2' }} {{ deltaLabel(d.delta) }}