{% extends "spider_base/uc_base.html" %} {% load i18n static spider_base spider_rdf %} {% block title %}{% if scope == "add" %}{% blocktrans trimmed with name=object %} Create Content: {{name}} {% endblocktrans %}{% elif scope == "update" %}{% blocktrans trimmed with name=object %} Update Content: {{name}} {% endblocktrans %}{% else %}{% blocktrans trimmed with name=object %} Content: {{name}} {% endblocktrans %}{% endif %}{% endblock %} {% block public_meta %} {{block.super}} {% if scope != "add" %} {% endif %} {% endblock %} {% block extrahead %} {{block.super}} {% if form %} {{form.media|safe}} {% endif %} {% if content %} {{content.1|safe}} {% endif %} {% endblock %} {% block main_classes %}{{block.super}}{% if scope == "add" %} w3-animate-bottom{% endif %}{% endblock %} {% block main_attributes %}{{block.super}} typeof="spkc:Content"{% endblock %} {% block content %} {% if scope != "add" and feature_type in object.ctype.ctype %} {% else %} {% endif %} {% for f in active_listed_features %} {% for action in f.feature_urls %} {% endfor %} {% endfor %} {% for ability in abilities %} {% endfor %}
{% if request.is_special_user or uc.public %} {# index is redirected in view #} {% trans 'Index' %} {% endif %} {% if scope != "add" and request.is_special_user %}
{% if scope != "view" %} {% trans "View" %} {% endif %} {% if scope != "update" %} {% trans "Update" %} {% endif %}
{% trans 'Delete' %}
{% endif %} {% if scope != "add" %} {% trans 'Share' %} {% endif %}
{% trans "Strength:" %} {% if request.is_special_user %}{{uc.strength}}{% else %}{{uc.untrusted_strength}}{% endif %}

{% if scope == "add" %} {% blocktrans trimmed %} Create Content {% endblocktrans %}: {{object}} {% elif scope == "update" %} {% blocktrans trimmed %} Update {% endblocktrans %} "{{object}}" ({{object.ctype}}) {% else %} {{object}} ({{object.ctype}}) {% endif %}

{% if object %} {% endif %} {% if request.token_expires %}
{% include 'spider_base/partials/token_lifetime.html' with rtime=request.token_expires %}
{% endif %}
{% if scope == "view" %} {% if uc.public or request.is_special_user %} {% if object.previous_object or object.next_object %}
{% if object.previous_object %} {% trans "previous" %} {% endif %} {% if object.next_object %} {% trans "Next" %} {% endif %}
{% endif %} {% endif %} {% endif %} {% if active_listed_features.exists %}

{% trans 'Active Component Features' %}:

{% for f in active_listed_features %} {{f}}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% block render_content %} {{content.0|safe}} {% endblock %} {% endblock %} {% block outercontent %} {% if scope != "add" %} {# remotelink generated in view #} {% include "spider_base/partials/modalpresenter.html" %} {% endif %} {% endblock %}