{%extends "base/page.html"%} {%block title%}Feature Matrix{%endblock%} {%block extrascript%} {%endblock%} {%block contents%}

Feature Matrix

This table outlines which features were added in which version. To get more information about a feature, click the link or hover the mouse pointer over the text.

Groups

Filter by version
{% for version in versions %} {% endfor %}
{% for group in groups %}

{{ group.group.groupname }}

{% for col in group.group.columns %} {% endfor %} {%for feature in group.features%} {%for col in feature.columns%} {%endfor%} {%endfor%}
 {{col}}
{% if feature.featuredescription %} {{feature.featurename}} {%else%} {{feature.featurename}} {%endif%} {{col.str}}
{% endfor %} {%endblock%}