{% extends "layout.html" %} {% set page_title = _('New Paste') %} {% set active_page = 'new' %} {% block body %}
{% if error %}

{% trans %}Error While Pasting{% endtrans %}

{% trans error=error|e %}Could not submit your paste because {{ error }}.{% endtrans %}

{% if show_captcha %}

{% trans %}Please fill out the CAPTCHA to proceed:{% endtrans %}

{% trans %}a captcha you can't see.  Sorry :({% endtrans %}
{%- else %}

{% trans %}hide this message{% endtrans %}

{%- endif %}
{% endif %} {% if parent %} {% endif %}
{% trans %} You have selected the multi-file highlighter. This highlighter allows you to paste multiple different files that belong together. For more information have a look at the advanced features help page. {% endtrans %}
{% endblock %}