{% extends "scls/softwarecollection_base.html" %} {% block scl_menu_overview %} active btn-primary {% endblock %} {% load auth %} {% load md2 %} {% load rating_stars %} {% block submenu %}{% include "scls/submenu.html" %}{% endblock %} {% block title %}{{ scl.title }}{% endblock %} {% block content %} {{ scl.description | markdown:"safe" }} {% if scl.upstream_url %} Project homepage {% endif %} {% if scl.issue_tracker %} Report a bug in the issue tracker {% endif %}

Instructions

{{ scl.instructions | markdown:"safe" }}

Policy

{{ scl.policy_text | markdown }} {% if scl.requires.all or scl.required_by.all %}

Related software collections

{% if scl.requires.all %}

Some packages from this collection require packages provided by these collections:

{% endif %} {% if scl.required_by.all %}

This collection provides packages, which may be required by some package from these collections:

{% endif %} {% endif %} {% if scl.all_coprs %}

Related COPR projects

{% endif %}

Yum Repositories {% if scl.last_modified %} {{ scl.last_modified }} {% endif %}

{% for group in scl.all_repos_grouped %} {% endfor %} {% for repo in scl.all_other_repos %} {% endfor %} {% if not scl.all_repos_grouped and not scl.all_other_repos %} {% endif %}
Operating system Package with repo Browse files
{% for os in group.0 %} {{ os.0 | capfirst }} {% if not forloop.last %} and {% endif %} {% endfor %} {% for repo in group.1 %} {% if repo.last_synced %} {{ repo.arch }} {% else %} {{ repo.arch }} not synced {% endif %} {% if scl.download_count > 0 %} ({{ repo.download_count }} downloads) {% endif %} {% endfor %} {% for repo in group.1 %} {% if repo.last_synced %} {{ repo.arch }} {% if not forloop.last %} | {% endif %} {% endif %} {% endfor %}
{{ repo.name }} {{ repo.version }} {{ repo.command | markdown:"safe" }} {% if repo.url %} {{ repo.arch }} {% else %} {{ repo.arch }} {% endif %}
No repos available
{% if scl.tags %}

Tags

{% for tag in scl.tags %} {{ tag.name }} {% endfor %}
{% endif %}

Rating

{% rating_stars 'passive' scl %}

Rated by {{ scl.score_count }} user{{ scl.score_count|pluralize }}

{% allowed 'rate' obj=scl %}
{% rating_stars 'active' scl user_score %} {% if user_score %} Your rating: {% else %} Rate this collection: {% endif %}
{% endallowed %}
{% allowed 'edit' obj=scl %} {% notallowed %} Report malicious content {% endallowed %} {% endblock %}