{% 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 main_classes %}{{block.super}}{% if scope == "add" %} w3-animate-bottom{% endif %}{% endblock %} {% block main_attributes %}{{block.super}} {% if VariantType.component_feature in object.ctype or VariantType.content_feature in object.ctype %}typeof="spkc:Feature"{% else %}typeof="spkc:Content"{% endif %}{% endblock %} {% block content %}