{terms.status === 'new' && !accepted &&
onReview(true)}
>
{i18n.str`Review exchange terms of service`}
}
{terms.status === 'changed' && !accepted &&
onReview(true)}
>
{i18n.str`Review new version of terms of service`}
}
{(terms.status === 'accepted' || (needsReview && accepted)) &&
{i18n.str`Confirm withdrawal`}
}
{terms.status === 'notfound' &&
{i18n.str`Exchange doesn't have terms of service`}
}