{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Plugin Catalog{% endblock %} {% block head %} {% endblock %} {% block tabs %} {% endblock %} {% block content %}
Plugin Catalog
{{ total_count }} plugins
{% csrf_token %}
{{ filter_form.q }}
{{ filter_form.category }}
{{ filter_form.certification }}
{{ filter_form.status }}
{{ filter_form.sort }}
Loading...

Loading {{ total_count }} plugins from PyPI...

This may take a moment on first load

{% endblock %}