def they_can_process_arkivverdig_info(user, they):
    if is_superuser(user):
        they.can(POST, 'ArkivverdigInfo')
def they_can_post_purring(user, they):
    if is_superuser(user):
        they.can(POST, 'Purring')