{% extends "layout.html" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
ID | description | votes | {{extrasort_label}} | detail |
---|---|---|---|---|
{{row.id}} | {{row.description|safe}} | {% if row.p_link %} N/A {% elif not row.nvotes %} 0 {% elif row.votedfor %} {{row.nvotes}} {% else %} {{row.nvotes}} {% endif %} | {{row.extrasort}} | {% if row.w_link %} workflow {% elif row.p_link %} tensor {% else %} N/A {% endif %} |