1. Collections Component Guide
  2. Attachment
  3. Command paper unnumbered
Attachment example

Command paper unnumbered

Command paper, unnumbered

How it looks (preview)

The government financial reporting review

How to call this example

<%= render "govuk_publishing_components/components/attachment", {
  attachment: {
    title: "The government financial reporting review",
    url: "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/791567/the_government_financial_reporting_review_web.pdf",
    filename: "the_government_financial_reporting_review_web.pdf",
    content_type: "application/pdf",
    file_size: 20000,
    number_of_pages: 7,
    isbn: "978-1-5286-1173-2",
    unique_reference: "2259",
    unnumbered_command_paper: true
  }
} %>