{% extends "base.html" %} {% block title %} Issues not assigned to any release {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ self.title() }}

{% from 'macros.html' import linkindex %} {{ linkindex(project) }} {% from 'macros.html' import issue_table %} {{ issue_table(issues, show_release=true) }}
{% endblock %}