{% extends "fargo/base.html" %} {% load i18n %} {% block content %}
{% if oauth2_document %} {% block form-intro %}

{% blocktrans %} The service {{ oauth2_client }} want to add the document "{{ filename }}" to your portfolio. {% endblocktrans %}

{% if thumbnail %}

{% endif %} {% endblock %} {% endif %} {% if error_message %} {% block error-message %}

{% trans error_message %}

{% endblock %} {% endif %} {% block form %}
{% csrf_token %}
{% if not error_message %} {% endif %}
{% endblock %}
{% endblock %}