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 %}Care needs for disability and old age (social care){% 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 %}Care needs for disability and old age (social care){% endtrans %}</h1>
25
+
26
+
{{ list_item(_("Care from the council (local authority)"),
27
+
_("Includes problems with care needs assessments, financial assessments and care support plans. Getting an advocate for assessments. Problems with transport, personal budgets and direct payments."),
{{ list_item(_("Placements, care homes and care housing"),
43
+
_("Problems with placements in care homes, group homes or other supported housing. If a placement isn't working because someone's care needs have changed."),
{{ list_item(_("Problems with the quality of care, safeguarding"),
47
+
_("Issues with safeguarding, abuse, neglect, or care that is not good enough. This includes in group homes or other placements, or from a carer or social worker."),
_("Problems if the local authority is not providing the right support. Includes problems with housing, financial support, education, personal advisers and Pathway Plans."),
{{ list_item_small("Care for old age, health issues or disability",
76
76
"Problems with social care. Neglect and bad-quality care. This includes getting care from the council or local authority, paying for care, care homes and other residential homes.",
0 commit comments