{% extends "base.html" %} {% load static %} {% block title %}Repositories{% endblock %} {% block content %} {% include "includes/sidenav.html" %}

Repositories {% if current_language %} (Filtered by {{ current_language }}) {% endif %} {% if current_organization_name %} (Organization: {{ current_organization_name }}) {% endif %} (Showing {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ total_repos }})

Organizations:
All {% for org in organizations %} {{ org.name }} {% endfor %}

Languages

{% if current_language %}{% endif %} {% if current_organization %}{% endif %}
{% csrf_token %}
{% if is_paginated %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}