{% extends 'base.html' %} {% load humanize %} {% block content %}
Change status to {{ call.get_next_status.1|lower }}
{% endif %}Want to submit to {{ call.title }}? Great! Here's what you need to know
Submissions require your work to be in a file supported by Submitify. This means that you may submit your work in the following formats: Microsoft docx, epub, html, LaTeX, markdown, LibreOffice odt, Emacs org-mode, reStructured Text, textile, or twiki.
All images and non-essential formatting will be stripped from your submission.
{% if call.anonymous_submissions %}Since submissions are anonymous, please make sure that your submission file and cover letter are completely anonymous - remove your name from both!
{% endif %} {% elif call.owner == user %}You are not able to submit to this call
{% endif %} {% else %}Please log in to submit
{% endif %}No notifications to show
{% endfor %}Title | {% if not call.anonymous_submissions %}Author | {% endif %}Words | Submitted | Status |
---|---|---|---|---|
{{ submission.title }}
{% if call.owner == user %}
{{ submission.review_set.count }}/{{ call.reviews_per_submission }} needed reviews • {% with stats=submission.get_review_stats %} {{ stats.accept }}/{{ stats.reject }} • Average rating: {{ stats.average_rating }} {% endwith %} {% endif %} |
{% if not call.anonymous_submissions %}
{{ submission.owner.username }} | {% endif %}{{ submission.wordcount }} | {{ submission.ctime|naturalday }} | {{ submission.get_status_display }} |