diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 79300594f2f..abf73a83ca1 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -391,7 +391,7 @@ Status {% if metadata.status %} {% for cur_state in metadata.status %} -This module is flagged as **@{cur_state}@** which means that @{module_states[cur_state]}@. +This @{ plugin_type }@ is flagged as **@{cur_state}@** which means that @{module_states[cur_state]}@. {% endfor %} {% endif %} @@ -402,13 +402,15 @@ Support ~~~~~~~ For more information about Red Hat's support of this @{ plugin_type }@, please refer to this `Knowledge Base article `_ - +{% else %} +This @{ plugin_type }@ is flagged as **preview** which means that @{module_states['preview']}@. {% endif %} + {% endif %} {% else %} -This module is flagged as **deprecated** and will be removed in version @{ deprecated['removed_in'] | default('') | string | convert_symbols_to_format }@. For more information see `DEPRECATED`_. +This @{ plugin_type }@ is flagged as **deprecated** and will be removed in version @{ deprecated['removed_in'] | default('') | string | convert_symbols_to_format }@. For more information see `DEPRECATED`_. {% endif %}