{% extends "fargo/base.html" %} {% load i18n %} {% block content %}
{% if error_message %}

{% trans error_message %}

{% trans "Continue to your client url" %} {% else %}

{% blocktrans %} Do you accept to add {{ filename }} to your portfolio? {% endblocktrans %}

{% csrf_token %}
{% endif %}
{% endblock %}