{% extends "base.html" %} {% block title %} {{ _("New Thread") }} {% endblock %} {% block content %} {% if package and current_user != package.author and package.issueTracker %}
{{ _("Found a bug? Post on the issue tracker instead.", url=package.issueTracker) }}
{{ _("If the package shouldn't be on CDB (eg: if it doesn't work at all), then you can let us know here.") }}