{% extends "base_generic.html" %} {% block content %} {% load static %}

Artifact Store

Upload or download artifacts
{% if customartifact_list %}
{% for customartifact in customartifact_list %} {% endfor %}
Name User Upload Generated By Size Actions
{{ customartifact.artifact_name }} {{ customartifact.user_upload }} {{ customartifact.tenant.organisation_name }} {{ customartifact.artifact_size }}
{% csrf_token %}
Upload File
{% else %}

Welcome to the Artifact Store

The Artifact Store contains all your artifacts. Artifacts are files that may either may be uploaded by you to use in a job or created by a job and stored here for download.

Upload your first artifact
{% endif %}
{% endblock %}