# PAMS_TEMPLATE_VARIABLES

**Kind:** Constant

**Source:** `Frontend/src/app/components/configuration/templates/html-templates-variable.ts` (line 184)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Definition

```ts
TemplateVariable[]
```

## Value

```ts
[
  
  // ==================== GENERAL ====================
  {
    id: 1,
    name: 'Today',
    label: 'Today Date',
    type: 'date',
    category: 'General',
    propertyMap: {
      sales: ['Today'],
      buyout: ['Today'],
      procurement: ['Today'],
      invoice: ['Today']
    }
  },

  // ==================== CLIENT INFO ====================
  {
    id: 2,
    name: 'ClientName',
    l…
```

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `TemplatesListComponent` — `Frontend/src/app/components/configuration/templates/templates-list/templates-list.component.ts`:1
- `ProcurementHtmlTemplateService` — `Frontend/src/app/components/procurement/procurement-html.service.ts`:1
- `SalesHtmlTemplateService` — `Frontend/src/app/services/sales/new-job/sales-html-template.service.ts`:1
