{check.name}
{check.category}
{check.score.toFixed(1)} pts
{check.message}
{#if check.advice}
Recommendation:
{check.advice}
{/if} {#if check.details}
Technical Details
{check.details}
{/if}