Skip to content

Template List

The template list is your central hub for managing all procedure templates in RAMP. From here you can browse your template library, create new templates, duplicate existing ones, and quickly navigate to the version editor.

Navigate to Templates from the main sidebar. The template list displays all templates you have permission to view within your current tenant.

Templates are displayed as cards in a responsive grid layout. Each card shows:

  • Title — the template name
  • Status badges — color-coded chips indicating whether the template has a published version, a draft version, or is deprecated
  • Version count — how many versions exist for this template
  • Latest version — the highest published version number (e.g., v1.2.0)
  • Tags — any tags assigned to the template for categorization

Click on any card to open the template detail view.

Use the search bar at the top of the page to filter templates by title. The search is case-insensitive and filters results in real-time as you type.

Use the Category dropdown to narrow the list to templates in a specific category. Select “All Categories” to remove the filter.

Each template card has a three-dot menu icon in the top-right corner. You can also right-click on any card to open a context menu. Available actions depend on your permissions:

ActionDescriptionPermission required
View DetailsOpen the template detail pageView access
Export JSONDownload the template and all its versions as a JSON fileView access
DuplicateCreate a copy of the template with a new titleCreate Template
DeletePermanently delete the templateDelete Template

When you duplicate a template:

  1. Click the three-dot menu on the template card and select Duplicate.
  2. Enter a new title for the copy (defaults to the original title with “(Copy)” appended).
  3. Optionally check Include draft versions to copy drafts along with published versions.
  4. Click Clone to create the duplicate.

You will be redirected to the new template automatically.

Export any template to a JSON file for backup or transfer between RAMP tenants:

  1. Open the context menu on the desired template card.
  2. Select Export JSON.
  3. The browser will download a .json file containing the template definition, all versions, steps, and variables.

Import a previously exported template JSON file:

  1. Click the Import button at the top of the template list.
  2. Select a valid template JSON file from your computer.
  3. Review the import preview showing the template title, version count, and step count.
  4. Optionally change the template title before importing.
  5. Click Import to create the template.

After a successful import, you can click View Imported Template to navigate directly to the new template.

Click the Restore button to restore a template from a RAMP backup file. This opens a dialog for selecting and restoring backup data.

The template list updates in real-time via SignalR. When another user creates, modifies, or deletes a template, you will see the changes reflected automatically without refreshing the page.

Deprecated templates are marked with a red “Deprecated” badge. Deprecated templates cannot be used to create new instances or modified further, but existing instances that reference them remain unaffected. See the template detail page for information on deprecating and undeprecating templates.