@inherits MSGComponentBase @inject ISnackbar Snackbar @T("Store chat templates.") @T("Are you always using the same prompts and want a way of automatically using them?") @T("The name of the chat template is mandatory. Each chat template must have a unique name.") @* ReSharper disable once CSharpWarnings::CS8974 *@ Additional messages Start using messages Role Entry Actions @context.Role @context.Entry @foreach (var role in availableRoles) { @role } @T("Cancel") @if(this.IsEditing) { @T("Update") } else { @T("Add") }