{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% load tz %} {% block box_title %}List all repositories{% endblock %} {% block box_tools %}
Add Repository
{% endblock %} {% block box_body %} {% for instance in data.instance_list %} {% cycle 'even' '' as rowcolors silent %} {% empty %} {% endfor %}
Instance Name Instance URL Token expires Actions
{{ instance.name }} {{ instance.endpoint }} {{ instance.expires|localtime }} {% block box_actions %} Edit Refresh Token {% endblock %}
There are currently no other repositories registered. Please add a new one.
{% endblock %} {% block box_footer %} {% endblock %}