{% extends "software/base_software.html" %} {% load safe_markup %} {% load markup %} {% load paginator %} {% load show_stars %} {% load comments %} {% block sectionid %}browse{% endblock %} {% block title %} {% if search_term %} Projects matching {{ search_term|escape }}. {% else %} {% if os_license %} Projects that use the {{ os_license }} license. {% else %} {% if language %} Projects that use {{ language }} as the programming language. {% else %} {% if username %} Projects submitted by {{ username }}. {% else %} {% if dataformat %} Projects supporting the {{ dataformat }} data format. {% else %} {% if opsys %} Projects running under {{ opsys }}. {% else %} {% if author %} Projects authored by {{ author }}. {% else %} {% if tags %} Projects that are tagged with {{ tags }}. {% else %} {% if jmlr %} Projects that also appeared in JMLR. {% else %} All entries {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block billboard %} {% if search_term %} Projects matching {{ search_term|escape }}. {% else %} {% if os_license %} {{ object_list.count }} projects found that use the {{ os_license }} license. {% else %} {% if language %} {{ object_list.count }} projects found that use {{ language }} as the programming language. {% else %} {% if username %} {% ifequal user.username username %} You've {% else %} {{ username }} has {% endifequal %} posted {{ object_list.count }} project{{ object_list.count|pluralize }}. {% else %} {% if dataformat %} Projects supporting the {{ dataformat }} data format. {% else %} {% if opsys %} Projects running under {{ opsys }}. {% else %} {% if author %} Projects authored by {{ author }}. {% else %} {% if tags %} Projects that are tagged with {{ tags }}. {% else %} {% if jmlr %} Projects that also appeared in JMLR. {% else %} All entries. {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block content %} {% if object_list %} {% paginator 5%} {% for object in object_list %}
|
About: {{ object.short_description }} Changes: {{ object.changes_html|safe }}
|
Could not find any software matching query {{ search_term|escape }}.
{% else %}No software posted yet.
{% endif %} {% endif %} {% endblock %}