You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.2 KiB
65 lines
2.2 KiB
<div class="app-card"> |
|
<h2 class="govuk-heading-m">Collection resources</h2> |
|
<p class="govuk-body-s">For lettings starting during 1 April 2023 to 31 March 2024 and sales completing during the same period, use the 2023/24 forms.</p> |
|
|
|
<h3 class="govuk-heading-s">Lettings 2023/24</h3> |
|
<%= render DocumentListComponent.new(items: [ |
|
{ |
|
name: "Lettings log for tenants (2023/24)", |
|
href: download_23_24_lettings_form_path, |
|
metadata: "PDF, 278 KB, 8 pages", |
|
}, |
|
{ |
|
name: "Lettings bulk upload template (2023/24) – New question ordering", |
|
href: download_23_24_lettings_bulk_upload_template_path, |
|
metadata: "Microsoft Excel, 15 KB", |
|
}, |
|
{ |
|
name: "Lettings bulk upload template (2023/24)", |
|
href: download_23_24_lettings_bulk_upload_legacy_template_path, |
|
metadata: "Microsoft Excel, 15 KB", |
|
}, |
|
{ |
|
name: "Lettings bulk upload specification (2023/24)", |
|
href: download_23_24_lettings_bulk_upload_specification_path, |
|
metadata: "Microsoft Excel, 90 KB", |
|
}, |
|
]) %> |
|
|
|
<h3 class="govuk-heading-s">Lettings 2022/23</h3> |
|
<%= render DocumentListComponent.new(items: [ |
|
{ |
|
name: "Lettings log for tenants (2022/23)", |
|
href: "https://core.communities.gov.uk/public/download/guides-and-manuals/2022-23%20Lettings%20paper%20form.pdf?download-format=pdf", |
|
metadata: "PDF, 654 KB, 4 pages", |
|
}, |
|
{ |
|
name: "Lettings bulk upload template (2022/23)", |
|
href: download_22_23_lettings_bulk_upload_template_path, |
|
metadata: "Microsoft Excel, 36 KB", |
|
}, |
|
{ |
|
name: "Lettings bulk upload specification (2022/23)", |
|
href: download_22_23_lettings_bulk_upload_specification_path, |
|
metadata: "Microsoft Excel, 53 KB", |
|
}, |
|
]) %> |
|
|
|
<h3 class="govuk-heading-s">Sales 2023/24</h3> |
|
<%= render DocumentListComponent.new(items: [ |
|
{ |
|
name: "Sales log for buyers (2023/24)", |
|
href: download_23_24_sales_form_path, |
|
metadata: "PDF, 421 KB, 8 pages", |
|
}, |
|
]) %> |
|
|
|
<h3 class="govuk-heading-s">Sales 2022/23</h3> |
|
<%= render DocumentListComponent.new(items: [ |
|
{ |
|
name: "Sales log for buyers (2022/23)", |
|
href: download_22_23_sales_form_path, |
|
metadata: "PDF, 397 KB, 5 pages", |
|
}, |
|
]) %> |
|
</div>
|
|
|