{% extends "base.html" %} {% block title %} {{ project.name }} component: {{ component.name }} {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ self.title() }}

{% from 'macros.html' import linkindex %} {{ linkindex(project) }}

All issues

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