{% 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}} {# FIXME: fix not availabe VariantType #} {% if scope == "update" and raw_update_type in object.ctype.ctype %} {% url 'spider_base:ucontent-access' token=object.token access='raw_update' as raw_updatelink %} {% endif %} {% endblock %}