{users.length > 0 && (
{t('common.members', {
context: 'title',
})}
{users.map((user) => (
{canEdit ? (
) : (
)}
))}
{canEdit && (
)}
)}
{labels.length > 0 && (
{t('common.labels', {
context: 'title',
})}
{labels.map((label) => (
{canEdit ? (
) : (
)}
))}
{canEdit && (
)}
)}
{dueDate && (
{t('common.dueDate', {
context: 'title',
})}
{canEdit ? (
) : (
)}
)}
{timer && (
{t('common.timer', {
context: 'title',
})}
{canEdit ? (
) : (
)}
)}
)}
{(description || canEdit) && (