---
title: "Generate a list of pages with specific labels"
canonical: "https://support.appfire.com/space/RFC/477333616/Generate%20a%20list%20of%20pages%20with%20specific%20labels"
format: markdown
---
> Macro (aura-html)

## Scenario

A table that displays a set of pages and the labels associated with each page.

This recipe has now been modified into template *Pages with specific labels.*

## Result

![image](media://cabbbbe7-c174-4cf9-8446-6510bf06a829)


## Recipe

| Apps | Reporting for Confluence Cloud |
| --- | --- |
| Level | Easy |
| Estimated time | 5 minutes |

## Steps

The template *Pages with specific labels* will generate a report on the pages with labels *urgent*, *important*, and *critical*. This is specified by the `label in (urgent, important, critical)` section in the CQL query. You can edit this section with your labels as necessary.

## Notes

This recipe is part of the Reporting built-in templates. You can load it into your page by [using the templates feature](https://appfire.atlassian.net/wiki/spaces/RFC/pages/477333100).

![reporting_templates.png](media://8edcce61-8595-4bb2-86db-bd170bd2a3d0)

The report is limited to 200 results by default. If you want to view more results, you can enable **Get all results** below the search box.


## Caveats

- Cannot display icons as an output.
- Uses Liquid array tag without any extra formatting.
- Do not separate over multiple lines; it will break the render.
- Can add a UI layer and translate booleans to icons as an output.