{% extends "base.html" %} {% block title %} {{ _("Review") }} {% endblock %} {% block link %} {{ package.title }} {% endblock %} {% block scriptextra %} {% from "macros/forms.html" import easymde_scripts %} {{ easymde_scripts() }} {% endblock %} {% block content %}
{{ _("Please make sure you read ContentDB's rules") }}
{% if package.issueTracker %}
{{ _("Found a bug? Post on the issue tracker instead.", url=package.issueTracker) }}