summaryrefslogtreecommitdiff
path: root/hacking/templates/rst.j2
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/templates/rst.j2')
-rw-r--r--hacking/templates/rst.j28
1 files changed, 5 insertions, 3 deletions
diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2
index 5d292aaa50..d1da34b77c 100644
--- a/hacking/templates/rst.j2
+++ b/hacking/templates/rst.j2
@@ -168,9 +168,11 @@ Notes
{% endfor %}
{% endif %}
-
{% if not deprecated %}
- {% if core %}
+Module Status: @{ ','.join(metadata.status) }@
+--------------------
+
+ {% if metadata.supported_by == 'core' %}
This is a Core Module
---------------------
@@ -179,7 +181,7 @@ For more information on what this means please read :doc:`modules_core`
{% else %}
-This is an Extras Module
+This is module is supported by: @{ metadata.supported_by }@
------------------------
For more information on what this means please read :doc:`modules_extra`