$maybe r <- can (coreR AdminHomeR) "GET" _{Msg.Back}

_{Msg.ActionLogIndex}
$forall (currentLogs, title) <- [(logs, Msg.AllLogs), (personalLogs, Msg.PersonalLogs)]
_{title} $if null currentLogs

_{Msg.NoActionLogsFound} $else $forall (Entity _ log, Entity userId user) <- currentLogs
#{show $ utctDay $ actionLogCreatedAt log} $maybe r <- can (coreR $ UserAdminR $ UserAdminEditR userId) "GET" #{userName user} $nothing #{userName user} #{actionLogMessage log}