{% extends "packages/package_base.html" %} {% block title %} {{ _("Screenshots") }} - {{ package.title }} {% endblock %} {% block content %} {% if package.checkPerm(current_user, "ADD_SCREENSHOTS") %} {{ _("Add Image") }} {% endif %}
{{ _("The first screenshot in the list above will be the package thumbnail.") }}
{{ package.title }} by {{ package.author.username }}
{% if package.state.name == 'WORK_IN_PROGRESS' %} Work in Progress. {% endif %} {{ package.short_desc }}
{{ _("No screenshots.") }}
{% endif %}{{ _("You can set a video on the Edit Details page") }}
{% endblock %} {% block scriptextra %} {% endblock %}