{% extends "packages/package_base.html" %} {% block title %} {{ _("Screenshots") }} - {{ package.title }} {% endblock %} {% block content %} {% if package.checkPerm(current_user, "ADD_SCREENSHOTS") %} {{ _("Add Image") }} {% endif %}

{{ _("Screenshots") }}

{% if screenshots %}
{% endif %}

{{ _("Client Preview") }}

{{ _("The first screenshot in the list above will be the package thumbnail.") }}

{{ _('Thumbnail') }}

{{ package.title }} by {{ package.author.username }}

{% if package.state.name == 'WORK_IN_PROGRESS' %} Work in Progress. {% endif %} {{ package.short_desc }}

Install

{{ _("Cover Image") }}

{% if screenshots %} {% from "macros/forms.html" import render_submit_field, render_field %}
{{ form.hidden_tag() }} {{ render_field(form.cover_image, tabindex=220) }} {{ render_submit_field(form.submit, tabindex=280) }}
{% else %}

{{ _("No screenshots.") }}

{% endif %}

{{ _("Videos") }}

{{ _("You can set a video on the Edit Details page") }}

{% endblock %} {% block scriptextra %} {% endblock %}