{%extends "base/page.html"%} {%block title%}Feature Matrix{%endblock%} {%block extrascript%} {%endblock%} {%block contents%}
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.
{% for col in group.group.columns %} | {{col}} | {% endfor %}
---|---|
{% if feature.featuredescription %} {{feature.featurename}} {%else%} {{feature.featurename}} {%endif%} | {%for col in feature.columns%}{{col.str}} | {%endfor%}