{% extends "base.html" %} {% block title %} {{ package.title }} {% endblock %} {% block headextra %} {% if package.getThumbnailURL(3, True) %} {% endif %} {% endblock %} {% block content %} {% if package.approved_at %}

{{ _("Package Removed") }}

{{ _("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" %}

{{ _("Package Undergoing Review") }}

{{ _("This package is currently undergoing review") }}

{% elif package.state.name == "WIP" %}

{{ _("Package Not Yet Submitted") }}

{{ _("This package has been created but hasn't been submitted for approval yet.") }}

{% else %}

{{ _("Package Undergoing Review") }}

{{ _("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.") }}

{{ _("Login") }}

{% endblock %}