{% if since -%}
Since {{ since }}
{% endif -%}
{%- if status %}
{%- if status == "wip" %}
Work In Progress
{%- elif status == "experimental" %}
Experimental
{%- elif status == "stable" %}
Stable
{%- else %}
{{ status}}
{%- endif -%}
{%- endif %}
{%- if isPro %}
PRO
{%- endif -%}