{{ g.key }}
{{ t('admin.rules_count', { n: g.rules.length }) }}
| {{ t('admin.col_label') }} | {{ t('admin.col_role') }} | {{ t('admin.col_pattern') }} | {{ t('admin.col_scope') }} | {{ t('admin.col_hits') }} | {{ t('admin.col_learned') }} | |
|---|---|---|---|---|---|---|
| {{ r.label }} | {{ r.role || r.working_locator || '—' }} +{{ r.transform_hint }} | {{ r.url_pattern || '—' }} | {{ r.scope }} {{ r.scope_owner_id }} | {{ r.hit }} / {{ r.miss }}— | {{ r.learned_from || '—' }} |
{{ t('admin.empty') }}
{{ t('admin.recipes_title') }}
| {{ rc.page_template_signature }} | {{ rc.domain }} | {{ rc.url_pattern || '—' }} | {{ rc.hit_count }} / {{ rc.miss_count }} |