{% extends "base.html" %} {% block title %}Annotate Criteria{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ repo.uid }}

How would you categorize this software? Choose more than one.


{{ colors }}

{% for item in taxonomy %}{% set path = item.path.split('>>') %} {% endfor %}
{{ path[0] }}{{ path[1] }}
database: {{ database }}

{% endblock %} {% block footer %} {{ super() }} {% endblock %}