{% extends "moneta/base_package.html" %}{% load staticfiles i18n moneta %} {% block repo_content %}
{% trans 'Go to Settings -> Plugins -> Browse repositories -> Manage Repositories and add the following line:' %}
{{ absolute_url }}{{ tab_info.0 }}
{% if upload_allowed %}FILENAME=filename-version.jar
ARCHIVE=myPluginId
VERSION=myPluginVersion
{% curl %} --data-binary @$FILENAME {{ absolute_url }}{% url 'moneta:add_element_post' rid=repo.id %}\?filename=$FILENAME\&archive=$ARCHIVE\&version=$VERSION{% for state in tab_info.2 %}\&states={{ state }}{% endfor %}{% endif %}