{%- if readme %}
{{readme|safe}}
{%-else%}
{{selected_project.info.name}}
Here you can find artifacts for project "{{selected_project.info.name}}"
{%-endif%}{% extends "base.html" %} {%block head%} {%endblock%} {%block title%}{{selected_project.info.name}}{%endblock%} {%block content%}
Here you can find artifacts for project "{{selected_project.info.name}}"
{%-endif%}#{{artifact.id}}
Build date: {{artifact.date}}
Artifact | Description |
---|---|
{{download_item.file}} | {{download_item.description}} |
{{artifact.changelog|safe}}
{%- endif %}