{% load bootstrap %} {% load i18n %} {% if user_can_post_submit %} {% if submit_form %}
{% endif %} {% if receiver.external_link %}{% trans 'Use a special page to submit.' %}
{% trans 'Page with external submit' %} {% endif %} {% else %}{% trans "You can't submit solutions for this task." %}
{% endif %}