{% extends "web/_base_rightbar.html" %} {% load artifacts %} {% load debusine %} {% block content %}
Name | Size (bytes) | |
---|---|---|
{{ fileinartifact.basename }} | {{ fileinartifact.file.size|filesizeformat }} |
{% ui_shortcuts fileinartifact as shortcuts %}
{% for shortcut in shortcuts %}
{% widget shortcut %}
{% endfor %}
|
The artifact does not have any files.
{% endif %} {% if artifact.relations.exists or reverse_extends.exists %}Relation | Direction | Type | Name | |
---|---|---|---|---|
{{ relation.type }} | {% include "web/_artifact-list-row.html" with artifact=relation.target %} | |||
{{ relation.type }} | {% include "web/_artifact-list-row.html" with artifact=relation.artifact %} |