{% extends g.theme.master %} {% do g.register_app_css('css/tracker.css') %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}}{% endblock %} {% block head %} {% endblock %} {% block header %}{{c.app.config.options.mount_label}}{% endblock %} {% block actions %} {% if c.user and c.user != c.user.anonymous() %} {{c.subscribe_form.display(value=subscribed, action='subscribe', style='icon')}} {% endif %} {% if allow_edit %} {% endif %} {% endblock %} {% block content %} {% if help_msg %}
No open tickets found.
{% endif %} {% endblock %}