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
You might have to pay up to <%= calculator.presented_remaining_costs %>
3
+
<% end %>
4
+
5
+
<% govspeak_for :body do %>
6
+
You do not have to pay to replace cladding on your building.
7
+
8
+
The maximum you'll have to pay to fix other fire safety problems is <%= calculator.presented_remaining_costs %>. The freeholder or 'landlord' (whoever is responsible for fixing problems with the building) can only charge you up to <%= calculator.presented_annual_leaseholder_costs%> of this total in a year.
9
+
10
+
If you sell the property, the person who buys it will have to pay what's left of the total.
11
+
12
+
##Fire safety problems the cap applies to
13
+
14
+
The <%= calculator.presented_remaining_costs%> cap applies to the cost of fixing:
15
+
16
+
- any fault from last 30 years that is a fire safety risk
17
+
18
+
- products that are not suitable or do not work
19
+
20
+
- poor workmanship
21
+
22
+
[Find out more about what fire safety problems are covered by the cap]().
23
+
24
+
##Responsibilities of the freeholder or landlord
25
+
26
+
If they want to charge you to fix fire safety problems, the freeholder or landlord must show you a certificate proving that they:
27
+
28
+
+ were not responsible for causing the problem
29
+
30
+
+ do not make enough money to pass a ['landlord wealth test'](/)
31
+
32
+
They will also need to show there is no other way to pay for the work, for example by claiming on a warranty.
33
+
34
+
If they cannot prove this they will have to fix the fire safety problems themselves.
You might have to pay up to <%= calculator.presented_remaining_costs %>
3
+
<% end %>
4
+
5
+
<% govspeak_for :body do %>
6
+
You do not have to pay to replace cladding on your building.
7
+
8
+
The maximum you'll have to pay to fix other fire safety problems is <%= calculator.presented_remaining_costs %>. The freeholder or 'landlord' (whoever is responsible for fixing problems with the building) can charge you this amount in one go.
9
+
10
+
If you sell the property, the person who buys it will have to pay what's left of the total.
11
+
12
+
##Fire safety problems the cap applies to
13
+
14
+
The <%= calculator.presented_remaining_costs %> cap applies to the cost of fixing:
15
+
16
+
- any fault from last 30 years that is a fire safety risk
17
+
18
+
- products that are not suitable or do not work
19
+
20
+
- poor workmanship
21
+
22
+
[Find out more about what fire safety problems are covered by the cap]().
23
+
24
+
##Responsibilities of the freeholder or landlord
25
+
26
+
If they want to charge you to fix fire safety problems, the freeholder or landlord must show you a certificate proving that they:
27
+
28
+
+ were not responsible for causing the problem
29
+
30
+
+ do not make enough money to pass a ['landlord wealth test'](/)
31
+
32
+
They will also need to show there is no other way to pay for the work, for example by claiming on a warranty.
33
+
34
+
If they cannot prove this they will have to fix the fire safety problems themselves.
You do not have to pay to fix fire safety problems or replace cladding.
4
-
<% end %>
5
-
6
-
<% govspeak_for :body do %>
7
-
You do not have to pay anything towards the cost of fixing:
8
-
9
-
+ any fault from last 30 years that is a fire safety risk
10
-
11
-
+ products that are not suitable or do not work
12
-
13
-
+ poor workmanship
14
-
15
-
[Find out more about what fire safety problems are covered]().
16
-
<% end %>
17
-
<% else %>
18
-
<% text_for :title do %>
19
-
You might have to pay up to <%= calculator.presented_leaseholder_costs %>
20
-
<% end %>
21
-
22
-
<% govspeak_for :body do %>
23
-
You do not have to pay to replace cladding on your building.
24
-
25
-
The maximum you'll have to pay to fix other fire safety problems is <%= calculator.presented_leaseholder_costs %>. The freeholder or 'landlord' (whoever is responsible for fixing problems with the building) can only charge you up to <%= calculator.presented_annual_leaseholder_costs %> of this total in a year.
26
-
27
-
Any costs you've already paid since 2017 are taken off this total.
28
-
29
-
If you sell the property, the person who buys it will have to pay what's left of the total.
30
-
31
-
You do not have to pay any costs if your property was built by a [developer who's agreed to pay for fire safety works](/guidance/list-of-developers-who-have-signed-building-safety-repairs-pledge). You'll get a letter from your developer if this applies to you.
32
-
33
-
##Fire safety problems the cap applies to
34
-
35
-
The <%= calculator.presented_leaseholder_costs %> cap applies to the cost of fixing:
36
-
37
-
- any fault from last 30 years that is a fire safety risk
38
-
39
-
- products that are not suitable or do not work
40
-
41
-
- poor workmanship
42
-
43
-
[Find out more about what fire safety problems are covered by the cap]().
44
-
45
-
##Responsibilities of the freeholder or landlord
46
-
47
-
If they want to charge you to fix fire safety problems, the freeholder or landlord must show you a certificate proving that they:
48
-
49
-
+ were not responsible for causing the problem
50
-
51
-
+ do not make enough money to pass a ['landlord wealth test'](/)
52
-
53
-
They will also need to show there is no other way to pay for the work, for example by claiming on a warranty.
54
-
55
-
If they cannot prove this they will have to fix the fire safety problems themselves.
assert_rendered_outcometext: "You might have to pay up to £100,000"
402
+
assert_rendered_outcometext: "You might have to pay up to £85,000"
328
403
assert_rendered_outcometext: "The freeholder or ‘landlord’ (whoever is responsible for fixing problems with the building) can only charge you up to £10,000 of this total in a year."
329
404
end
330
405
end
406
+
407
+
context"when a user has to pay costs,and they have already repaid the full amount"do
assert_rendered_outcometext: "You might have to pay up to £5,000"
447
+
assert_rendered_outcometext: "The freeholder or ‘landlord’ (whoever is responsible for fixing problems with the building) can charge you this amount in one go"
0 commit comments