{% extends "qommon/forms/widget.html" %} {% load i18n %} {% block widget-control %}
{% block portfolio-picker %} {% if not widget.readonly and widget.allow_portfolio_picking and session_user %}{% trans "Use file from the portfolio" %}
{% endif %} {% endblock %} {% endblock %}