{% INCLUDE 'overall_header.html' %}

{{ lang('PASTEBIN') }}

{% if S_AUTH_POST or S_MODE eq 'view' %}

{{ lang('PASTEBIN') }}

{% endif %} {% if (S_AUTH_EDIT || S_AUTH_DELETE) && S_MODE eq 'view' %} {% endif %}
{% if S_MODE eq 'view' %} {% INCLUDE '@phpbbde_pastebin/pastebin_view.html' %} {% else %} {% INCLUDE '@phpbbde_pastebin/pastebin_post.html' %} {% endif %}
{% if S_AUTH_VIEW %} {% endif %}
{% INCLUDE 'overall_footer.html' %}