{% extends "web/_base.html" %} {% block navbar_left %} {{ block.super }} {% include "web/_collection-menu.html" with collection=collection only %} {% endblock %} {% block title %}{{ item.name }} in {{ collection.name }}@{{ collection.category }}{% endblock %} {% block content %}

{{ item.name }} in {{ collection.name }}@{{ collection.category }}

Details

{% if item.collection %} {% elif item.artifact %} {% endif %} {% if data_yaml %} {% endif %}
Collection {{ item.collection.name }}@{{ item.collection.category }}
Artifact {{ item.name }}
Category {{ item.category }}
Created at {{ item.created_at|date:'Y-m-d H:i' }}
User {{ item.created_by_user }}
Data
{{data_yaml}}
{% endblock %}