{% extends "spider_base/assignedcontent_access.html" %} {% load i18n spider_rdf %} {% block render_content %} {% include "spider_base/partials/form_errors.html" with form=form %}
{% csrf_token %}

{% trans 'Content Settings' %}

{% include "spider_base/partials/base_form.html" with form=form %}
{% if content %}

{% if scope == "add" %}{{object}}{% else %}{{object.ctype}}{% endif %}

{{content.0|safe}}
{% endif %}
{% if scope == "update" and raw_update_type in object.ctype.ctype %} {% trans 'Update Raw Content' %} {% endif %} {% if scope != "add" %} {% trans "View" %} {% endif %}
{% 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 %}