{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% load tz %} {% block title %} {% if form.instance.id %} Edit publication {% else %} Create publication {% endif %} {% endblock %} {% block content %} {% with instance_id=form.instance.id other_authors=other_users|get_item:"authors" other_tools=other_users|get_item:"tools" other_projects=other_users|get_item:"projects" %}
{{ metadata.json_metadata }}