You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{%- from 'govuk_frontend_jinja/components/back-link/macro.html' import govukBackLink -%}
3
+
{%- from 'govuk_frontend_jinja/components/exit-this-page/macro.html' import govukExitThisPage -%}
4
+
{%- from 'categories/components/list-item.html' import list_item, list_item_small -%}
5
+
{%- from 'categories/components/cannot-find-your-problem.html' import cannot_find_your_problem -%}
6
+
7
+
{% block pageTitle %}{% trans %}Special educational needs and disability (SEND){% endtrans %} - GOV.UK{% endblock %}
8
+
9
+
{% block beforeContent%}
10
+
{{ super() }}
11
+
{{ govukBackLink({
12
+
'href': url_for('categories.index'),
13
+
'text': "Back"
14
+
}) }}
15
+
16
+
{% endblock %}
17
+
18
+
{% block content %}
19
+
20
+
{{ super() }}
21
+
22
+
<divclass="govuk-grid-row">
23
+
<divclass="govuk-grid-column-two-thirds">
24
+
<h1class="govuk-heading-xl">{% trans %}Special educational needs and disability (SEND){% endtrans %}</h1>
25
+
26
+
{{ list_item(_("Help with a child or young person's SEND)"),
27
+
_("Help with schools, other education settings and local authorities. Includes help with education, health and care plans (EHCP) or if a child’s needs are not being met."),
28
+
url_for("categories.send.child_young_person")) }}
29
+
30
+
{{ list_item(_("SEND tribunals"),
31
+
_("Applying for or going to a SEND tribunal, appealing a decision by a tribunal."),
32
+
url_for("categories.send.tribunals")) }}
33
+
34
+
{{ list_item(_("Child treated unfairly at school, discrimination"),
35
+
_("If a child is treated unfairly at school because of their disability. Or if you were treated badly for complaining about this."),
36
+
url_for("categories.send.discrimination")) }}
37
+
38
+
<br>
39
+
40
+
<h2class="govuk-heading-m">{% trans %}More problems{% endtrans %}</h2>
41
+
42
+
<br>
43
+
44
+
{{ list_item_small(_("Other problems with schools"),
45
+
_("Advice about legal action against a school. Includes if a child is out of school, exclusions, transport to school, judicial reviews."),
46
+
url_for("categories.send.schools")) }}
47
+
48
+
{{ list_item_small(_("Care needs for disability (social care)"),
49
+
_("Problems getting the local authority or council to provide or pay for the right care. For carers, children, young people and adults."),
0 commit comments