{% extends "base.html" %} {% block title %} {{ package.title }} {% endblock %} {% block headextra %} {% if package.getThumbnailURL(3, True) %} {% endif %} {% endblock %} {% block content %} {% if package.approved_at %}
{{ _("This package has been unpublished.") }} {{ _("It may have been removed by choice of the author, or by ContentDB staff due to a problem.") }}
{% elif package.state.name == "READY_FOR_REVIEW" %}{{ _("This package is currently undergoing review") }}
{% else %}{{ _("This package is currently undergoing review, and changes are needed before it can be added.") }}
{% endif %}{{ _("Please check back again later.") }} {{ _("Or, if you're the author, log in to see more information.") }}
{% endblock %}