Templates

Templates

The Templates tab on the left contains screen listing page templates on your Sitefinity CMS deployment.

You choose which templates you want to see. You choose one of the following:

  • All sites
    The table shows all templates in your Sitefinity CMS deployment.
  • This site
    The table shows only the page templates used in the site you have selected.
  • Not shared with any site
    The table shows only the page templates you are not using on any site.

You choose which language translation you want to see from the Select translation dropdown.

The Templates tab contains a table with the following information for your page templates:

Column name How to use it
Title The name of the page template, as shown inside the Sitefinity CMS backend.
Click on the page name link to navigate to a screen with details about the page template. This screen is described in the section Page template details.
Template name The name of the page template, as used in the C# code.
ID The page template GUID, as used in the database.
Framework The front-end framework used in the template:
Web Forms, MVC, Hybrid (Web Forms + MVC), ASP.NET Core, or Next.js.
Used in pages The number of pages directly based on this template.
This number excludes pages based on child templates. The number includes pages in the Recycle Bin.
Child templates The number of page templates that are direct children of this one.
All widgets The total amount of widgets, based on any framework, used on this page template.
This number includes both custom and built-in widgets.
Custom widgets The total amount of custom widgets, based on any framework, used on this page template.
Parent template The template name of the parent page template.
This column is empty when this template does not have a parent one, or is based on a .master page (for Web Forms and Hybrid templates) or on a .cshtml file (for MVC).
View in CMS Click the View link to open the page template in the Sitefinity CMS backend.
Note that you need to log in using an account with sufficient privileges.
CLI Command When you click the Copy link, the Sitefinity Migration Analyzer builds a command for the Sitefinity CLI to migrate this page template to the ASP.NET Core front-end framework. The command is automatically placed in your OS clipboard.
To use this command, open your Terminal app, navigate to your Sitefinity CMS project’s source code, and invoke the Terminal’s Paste command (normally, the Ctrl+V keys). Alternatively, you modify the generated command to include the path to your project.
PREREQUISITES:
  • The CLI Command column is only visible when your project is based on Sitefinity CMS 15.3 or higher.
  • You need Sitefinity CLI version 1.1.0.69 or higher to use the migrate command.
  • You can use the Copy link only when your site is hosted under localhost or using the https protocol.
For more information about using the migrate command, see Sitefinity CLI.
NOTE:
  • You can sort the following columns: Title, Template name, ID, Framework, and Used in pages.
  • You can filter the table by template name. To create a filter, type any text in the Search by title field and press Search. The table will show only templates whose names contain the text you entered.
    To clear the filter, press Remove inside the Search by title field.
  • Templates based on ASP.NET Core and Next.js frameworks may not sort correctly by Framework when they are part of a deeply nested template hierarchy.

'Template name' template info and hierarchy screen

You click on a page template name to reveal detailed information about it.

The 'Template name' template info and hierarchy table contains information about the page template whose details you are analyzing and all its parent page templates. You see the following information:

Column name Description
Title The name of the page template, as shown inside the Sitefinity CMS backend.
Click on the page name link to navigate to a screen with details about the page template. This screen is described in the section Page template details below.
Template name The name of the page template, as used in the C# code.
ID The page template GUID, as used in the database.
Framework The front-end framework used in the template:
Web Forms, MVC, Hybrid (Web Forms + MVC), ASP.NET Core, or Next.js.
Used in pages The number of pages directly based on this template.
This number excludes pages based on child templates. The number includes pages in the Recycle Bin.
Child templates The number of page templates that are direct children of this one.
All widgets The total amount of widgets, based on any framework, used on this page template.
This number includes both custom and built-in widgets.
Custom widgets The total amount of custom widgets, based on any framework, used on this page template.
Parent template The template name of the parent page template.
This column is empty when this template does not have a parent one, or is based on a .master page (for Web Forms and Hybrid templates) or on a .cshtml file (for MVC).
View in CMS Click the View link to open the page template in the Sitefinity CMS backend.
Note that you need to log in using an account with sufficient privileges.
CLI Command When you click the Copy link, the Sitefinity Migration Analyzer builds a command for the Sitefinity CLI to migrate this page template to the ASP.NET Core front-end framework. The command is automatically placed in your OS clipboard.
To use this command, open your Terminal app, navigate to your Sitefinity CMS project’s source code, and invoke the Terminal’s Paste command (normally, the Ctrl+V keys). Alternatively, you modify the generated command to include the path to your project.
PREREQUISITES:
  • The CLI Command column is only visible when your project is based on Sitefinity CMS 15.3 or higher.
  • You need Sitefinity CLI version 1.1.0.69 or higher to use the migrate command.
  • You can use the Copy link only when your site is hosted under localhost or using the https protocol.
For more information about using the migrate command, see Sitefinity CLI.

Pages using this template

In the Pages using this template table, you see all the pages based on the page template you are analyzing.

The table contains the following information:

Column name Description
Title

The title of the page, as seen in the Sitefinity CMS backend.

To open detailed information about this page, click its name.

ID The GUID of the page, as stored in the backing database.
Translation Shows the language of the page. If the column is empty, the page does not have multiple language translations or translations are synchronized for more than one language.
For more information, see Translate pages.
Framework The front-end framework used in the template:
Web Forms, MVC, Hybrid (Web Forms + MVC), ASP.NET Core, or Next.js.
Published True if the page is in state Published, False when in another state.
For more information, see Content lifecycle.
Split page A page is Split when its translations are independent and can have different widgets.
For more information, see Translate pages » Step 3.
All widgets The total amount of widgets, based on any framework, which are used on this page.
This number includes both custom and built-in widgets.
Custom widgets The total amount of custom widgets, based on any framework, which are used on this page.
View in CMS Click the View link to open the page in the Sitefinity CMS backend.
Note that you need to log in using an account with sufficient privileges.
CLI Command When you click the Copy link, the Sitefinity Migration Analyzer builds a command for the Sitefinity CLI to migrate this page to the ASP.NET Core front-end framework. The command is automatically placed in your OS clipboard.
To use this command, open your Terminal app, navigate to your Sitefinity CMS project’s source code, and invoke the Terminal’s Paste command (normally, the Ctrl+V keys). Alternatively, you modify the generated command to include the path to your project.
PREREQUISITES:
  • The CLI Command column is only visible when your project is based on Sitefinity CMS 15.3 or higher.
  • You need Sitefinity CLI version 1.1.0.69 or higher to use the migrate command.
  • You can use the Copy link only when your site is hosted under localhost or using the https protocol.
For more information about using the migrate command, see Sitefinity CLI.

NOTE: You can sort the following columns: Title, ID, Translation, Framework, and Used in pages.

Widgets used in this template

In the Widgets used in this template table, you see all the widgets used in the template you are analyzing. The table contains the following information:

Column name Description
Widget name The widget name as shown in the Sitefinity CMS backend.
Renderer component name The name of the Sitefinity decoupled renderers (ASP.NET Core and Next.js) widgets you can use to migrate this widget.
Framework The front-end framework used in the widget:
Web Forms, MVC, ASP.NET Core, or Next.js.
Used in pages The number of pages that use this widget.
Used in templates The number of page templates that use this widget.

NOTE: You can sort all columns.

NEW TO SITEFINITY?

Want to learn more?

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Get started with Integration Hub | Sitefinity Cloud | Sitefinity SaaS

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Pages