<div class="govuk-width-container">
    <main class="govuk-main-wrapper " id="main-content" role="main">
        <h1 class="govuk-heading-l govuk-visably-hidden">Tasks</h1>
        <section class="ccs-task" id="task-12345">
            <header class="ccs-task__information">
                <div class="ccs-task__statuses">
                </div>
                <div class="ccs-task__body">
                    <h3 class="govuk-heading-m">
                        RM0000 Framework name
                    </h3>
                    <h4 class="govuk-heading-s">
                        Report management information for October
                    </h4>
                </div>
            </header>
            <div class="ccs-task__action">
                <div class="ccs-task__action--primary">
                    <a href="#" class="govuk-button">Report management information</a>
                    <a href="#" class="govuk-button">Report no business (Nil return)</a>
                </div>
                <div class="ccs-task__action--secondary">
                    <p>
                        <a href="#">Download template</a>
                    </p>
                </div>
            </div>
        </section>

        <section class="ccs-task" id="task-12346">
            <header class="ccs-task__information">
                <div class="ccs-task__statuses">
                </div>
                <div class="ccs-task__body">
                    <h3 class="govuk-heading-m">
                        RM0001 Framework name
                    </h3>
                    <h4 class="govuk-heading-s">
                        Report management information for October
                    </h4>
                </div>
            </header>
            <div class="ccs-task__action">
                <div class="ccs-task__action--primary">
                    <a href="#" class="govuk-button">Report management information</a>
                    <a href="#" class="govuk-button">Report no business (Nil return)</a>
                </div>
                <div class="ccs-task__action--secondary">
                    <p>
                        <a href="#">Download template</a>
                    </p>
                </div>
            </div>
        </section>

        <section class="ccs-task" id="task-12347">
            <header class="ccs-task__information">
                <div class="ccs-task__statuses">
                </div>
                <div class="ccs-task__body">
                    <h3 class="govuk-heading-m">
                        RM0002 Framework name
                    </h3>
                    <h4 class="govuk-heading-s">
                        Report management information for October
                    </h4>
                </div>
            </header>
            <div class="ccs-task__action">
                <div class="ccs-task__action--primary">
                    <a href="#" class="govuk-button">Report management information</a>
                    <a href="#" class="govuk-button">Report no business (Nil return)</a>
                </div>
                <div class="ccs-task__action--secondary">
                    <p>
                        <a href="#">Download template</a>
                    </p>
                </div>
            </div>
        </section>

        <section class="ccs-task" id="task-12348">
            <header class="ccs-task__information">
                <div class="ccs-task__statuses">
                </div>
                <div class="ccs-task__body">
                    <h3 class="govuk-heading-m">
                        RM0003 Framework name
                    </h3>
                    <h4 class="govuk-heading-s">
                        Report management information for October
                    </h4>
                </div>
            </header>
            <div class="ccs-task__action">
                <div class="ccs-task__action--primary">
                    <a href="#" class="govuk-button">Report management information</a>
                    <a href="#" class="govuk-button">Report no business (Nil return)</a>
                </div>
                <div class="ccs-task__action--secondary">
                    <p>
                        <a href="#">Download template</a>
                    </p>
                </div>
            </div>
        </section>

    </main>
</div>
<div class="govuk-width-container">
  <main class="govuk-main-wrapper " id="main-content" role="main">
    <h1 class="govuk-heading-l govuk-visably-hidden">Tasks</h1>
    {{#each tasks as |task|}}
      {{render '@task' task}}
    {{/each}}
  </main>
</div>
{
  "tasks": [
    {
      "id": 12345,
      "complete": null,
      "errors": null,
      "late": null,
      "month": "October",
      "framework": {
        "short_name": "RM0000",
        "name": "Framework name"
      }
    },
    {
      "id": 12346,
      "complete": null,
      "errors": null,
      "late": null,
      "month": "October",
      "framework": {
        "short_name": "RM0001",
        "name": "Framework name"
      }
    },
    {
      "id": 12347,
      "complete": null,
      "errors": null,
      "late": null,
      "month": "October",
      "framework": {
        "short_name": "RM0002",
        "name": "Framework name"
      }
    },
    {
      "id": 12348,
      "complete": null,
      "errors": null,
      "late": null,
      "month": "October",
      "framework": {
        "short_name": "RM0003",
        "name": "Framework name"
      }
    }
  ]
}

There are no notes for this item.