{% extends "base.html" %} {% load humanize %} {% block content %}

These are the various repositories we maintain.Create new

{% for repository in repositories %} {% endfor %}
Repository Point of Contact
{{ repository.name }} {{ repository.contact }}
{% endblock %}