{% extends "spider_base/assignedcontent_access.html" %} {% load i18n spider_rdf %} {% block render_content %} {% include "spider_base/form_errors.html" with form=form %}
{% endblock %} {% block outercontent %} {{block.super}} {# FIXME: fix not availabe UserContentType #} {% if scope == "update" and raw_update_type in object.ctype.ctype %} {% url 'spider_base:ucontent-access' id=object.id nonce=object.nonce access='raw_update' as raw_updatelink %} {% endif %} {% endblock %}