{% blocktranslate with url=object.get_absolute_url uri=uri|urlize %}Updating {{ object }} using the data from {{ uri }}{% endblocktranslate %}
{% if form.fields %}
{% crispy form form.helper %}
{% else %}
{% blocktranslate with uri=uri|urlize %}No data matching attributes of this object could be fetched from {{uri}}{% endblocktranslate %}
{% endif %}