{% extends "base.html" %} {%block head%} {%endblock%} {%block title%}{{selected_project.info.name}}{%endblock%} {%block content%}
{%- if readme %} {{readme|safe}} {%-else%}

{{selected_project.info.name}}

Here you can find artifacts for project "{{selected_project.info.name}}"

{%-endif%}

Artifacts


{%-for artifact in artifacts %}

#{{artifact.id}}

Build date: {{artifact.date}}

Downloads

{%-for download_item in artifact.artifacts%} {%-endfor%}
Artifact Description
{{download_item.file}} {{download_item.description}}
{%- if artifact.changelog %}

Changelog

{{artifact.changelog|safe}}

{%- endif %}
{%-endfor%} {%endblock%}