{% extends base_template %} {% load artifacts %} {% load debusine %} {% load static %} {% block tail_js %} {{ block.super }} {% endblock %} {% 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 %}
                                     | 
| 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 %} | 
No relations.
{% endif %}