{this.props.description ? (
this.props.description
) : (
{this.props.description ?
this.props.description
:
{this.props.email}
{formatMessage({id: 'registration.classroomInviteNewStudentStepDescription'})}
,{formatMessage({id: 'registration.classroomInviteExistingStudentStepDescription'})}
,{formatMessage({id: 'registration.invitedBy'})}
{this.props.classroom.educator.username}
{formatMessage({id: 'registration.notYou'})}
,{formatMessage({id: 'registration.welcomeStepDescription'})}
,{formatMessage({id: 'registration.welcomeStepPrompt'})}
{this.props.children}