{% csrf_token %} {{ form.non_field_errors }} {# {{ form.type.label_tag }} #}

{{ form.type }} {{ form.type.errors }}

{# {{ form.title.label_tag }} #}

{{ form.title }} {{ form.title.errors }}

{# {{ form.description.label_tag }} #}

{{ form.description }} {{ form.description.errors }}

{{ form.add_screenshot.label_tag }} {{ form.add_screenshot }} {# #} {{ form.add_screenshot.errors }}

{{ form.screenshot }}