{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}

GitHub Configuration List

{% if confs %}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% for conf in confs %} {% endfor %}
Name
{{ conf.configuration_name }} {% if "dojo.delete_github_conf"|has_configuration_permission:"staff" %} Delete {% endif %}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% else %}

No GitHub configurations found.

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}