{% load i18n %} {% load static %} {% load compress %}
{% if not repo.last_publication_date %}
cloud_upload

{% trans 'Add storage to publish' %}

{% blocktrans trimmed %} Your repo will be automatically published when you add storage. Repomaker does not publically promote your stuff. Only people who receive the direct link to your repo will be able to see it. {% endblocktrans %}

{% else %}
{% blocktrans count app_count=repo.app_set.all.count trimmed %} You have {{ app_count }} app in your repo. Share it! {% plural %} You have {{ app_count }} apps in your repo. Share it! {% endblocktrans %}
{% trans 'share public link' %}
{{ repo.url }}

{% trans 'add to an android phone' %}
{% trans 'To install these apps on your Android phone, add them to F-Droid.' %}
{% trans 'F-Droid ensures access to secure app updates.' %}

{% blocktrans with name=repo.name asvar text trimmed %} Check out this F-Droid repo: {{ name }} {% endblocktrans %}
{% endif %}
{% compress js file share %} {% endcompress %}