Is the Young Person Likely to Be Victimized?
@if ($data['likely_tobe_victimized'] == 1)
Yes
@else
No
@endif
Is the Young Person Likely to Bully Others?
@if ($data['likely_to_bullyothers'] == 1)
Yes
@else
No
@endif
History of Being Verbally Aggressive to Others?
@if ($data['verbally_aggressive_toothers'] == 1)
Yes
@else
No
@endif
History of Criminal Damage in Residential Units?
@if ($data['criminal_damage_inresidentialunits'] == 1)
Yes
@else
No
@endif
Was the Above Either Serious or Frequent?
@if ($data['serious_frequent'] == 1)
Yes
@else
No
@endif
History of Non-Accidental Injury?
@if ($data['non_accidental_injury'] == 1)
Yes
@else
No
@endif
Currently on the 'At Risk Register'?
@if ($data['on_at_risk_register'] == 1)
Yes
@else
No
@endif
History of Sexual/Emotional Abuse?
@if ($data['sexual_abuse'] == 1)
Yes
@else
No
@endif
Is the Young Person Sexually Active?
@if ($data['sexual_active'] == 1)
Yes
@else
No
@endif
On Any Contraception?
@if ($data['on_contraception'] == 1)
Yes
@else
No
@endif
Sexually Coercive or May Abuse Other Young People?
@if ($data['sexually_coercive'] == 1)
Yes
@else
No
@endif
Demonstrates Any Sexualized Behaviour?
@if ($data['sexualized_behaviour'] == 1)
Yes
@else
No
@endif
History of Self Harm?
@if ($data['self_harm_history'] == 1)
Yes
@else
No
@endif
History of Drug/Alcohol Abuse?
@if ($data['drug_alcohol_abuse'] == 1)
Yes
@else
No
@endif
History of Arson Attempted or Convicted?
@if ($data['arson_attempted_convicted'] == 1)
Yes
@else
No
@endif
Understands Consequences?
@if ($data['understands_consequences'] == 1)
Yes
@else
No
@endif
History of Being Outspokenly Racist/Sexist?
@if ($data['outspokenly_racist_sexist'] == 1)
Yes
@else
No
@endif
Understands Personal Responsibility?
@if ($data['understands_responsibility'] == 1)
Yes
@else
No
@endif
Relates Well to Adults?
@if ($data['relate_wellto_adults'] == 1)
Yes
@else
No
@endif
Relates Well to Peers?
@if ($data['relate_wellto_peers'] == 1)
Yes
@else
No
@endif
Communication Difficulties?
@if ($data['have_communication_difficulties'] == 1)
Yes
@else
No
@endif
History of Being Missing?
@if ($data['person_missing'] == 1)
Yes
@else
No
@endif