Hi,
In templates, we can assign values to the corresponding dictionary entries attributes.
So if we want to assign the options to cm_storage.aggregate template, those attributes should be part of the cm_storage.aggregate dictionary entry first.
Currently the options you have mentioned are not part of cm_storage.aggregate dictionary entry definition.
If we want to have this new attributes in the template, we need to first clone and create a custom aggregate dictionary entry.
1. Clone the existing cm_storage.aggregate dictionary entry to create a custom dictionary entry(aggregate_custom)
2. Add the options parameter to the dictionary entry(as non-cacheable)
3. Now you should be able to create a template for the dictionary entry aggregate_custom with values for options parameters.
4. Use this custom dictionary entry for the commands/filters/finders later.