{% load bootstrap %} {% load i18n %} {% if user_can_post_submit %} {% if submit_form %}
{% csrf_token %} {% if caption %}
{% endif %} {{ submit_form | bootstrap_inline }}
{% 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 %}