{% get_table_row "wikiobj_id" "wiki" "PageObjectsConf" "name__icontains" label="Type of wiki object" filter="1" is_get_button=False %}
{% action "new_object" "Modify or create a wiki object" url="{{app_path}}table/PageObjectsConf/[[wikiobj_id]]/action/insert_object_to_editor/?page_id={{object.id}}" target="run_script" %}
{% with title=page.name %}
{{ block.super }}
{% endwith %}
{% endif %}
{% endblock %}
{% block edit_area %}
{% with "Multimedia:img,svg,video,graphviz,plot;Block:row,col,div,block,ihtml,html,ajax-frame,super-block;Other:table,csv" as segments %}
{% for segment in segments|split %}
{% with segment|split:":" as part %}
{% for item in object.get_wiki_objects %}
{% if item.name in part.1 %}