{% extends "base.html" %}
{% block title %}
New Thread
{% endblock %}
{% block content %}
{% if package and current_user != package.author and not current_user.rank.atLeast(current_user.rank.EDITOR) and package.issueTracker %}
Found a bug? Post on the issue tracker instead.
If the package shouldn't be on CDB - for example, if it doesn't work at all - then please let us know here.