{% extends "base.html" %} {% block title %} {{ _("Add a screenshot") }} - {{ package.title }} {% endblock %} {% block content %}
{{ _("The recommended resolution is 1920x1080, and screenshots must be at least %(width)dx%(height)d.", width=920, height=517) }}
{% from "macros/forms.html" import render_field, render_submit_field %} {% endblock %}