{% extends "spider_base/assignedcontent_access.html" %} {% load i18n spider_rdf %} {% block render_content %} {% include "spider_base/partials/form_errors.html" with form=form %}
{% for i in extra_outer_forms %} {% endfor %} {% endblock %} {% block outercontent %} {{block.super}} {% if scope == "update" and raw_update_type in object.ctype.ctype %} {% url 'spider_base:ucontent-access' token=object.token access='raw_update' as rawupdatelink %} {% include "spider_base/partials/rawupdate_presenter.html" with rawupdatelink=rawupdatelink %} {% endif %} {% if scope == "update" and object.primary_anchor_for.exists %} {% endif %} {% endblock %}