{% extends "web/_base_rightbar.html" %} {% load artifacts %} {% load debusine %} {% block content %}
| Name | Size (bytes) | |
|---|---|---|
| {% if fileinartifact.complete %} {{ fileinartifact.basename }} {% else %} {{ fileinartifact.basename }} (incomplete) {% endif %} | {{ 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 forward.exists or reverse_extends.exists %}| Relation | Direction | Type | Name | |
|---|---|---|---|---|
| {{ related.relation_type }} | {% include "web/_artifact-list-row.html" with artifact=related %} | |||
| {{ related.relation_type }} | {% include "web/_artifact-list-row.html" with artifact=related %} |