{% 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 %} {% action_view %} {% if scope != "add" and feature_type in object.ctype.ctype %} Feature {% else %} Content {% endif %} {% for f in active_listed_features %} {% for action in f.feature_urls %} {{action.name}} {% endfor %} {% endfor %} {% for ability in abilities %} {{ability}} {% endfor %}