Back to Kavita

Review Card.Component

UI/Web/src/app/_single-module/review-card/review-card.component.html

0.9.0343 B
Original Source

@let reviewValue = review();

@if (isMyReview()) { } @else { }

@if (!reviewValue.isExternal) { {{reviewValue.username}} } @else { {{(reviewValue.username | defaultValue:'')}} } @if (reviewValue.authority === RatingAuthority.Critic) { ({{t('critic')}}) } @if (reviewValue.isExternal){ {{t('rating-percentage', {r: reviewValue.score})}} }