{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}List all repositories{% endblock %} {% block box_tools %}
{% endblock %} {% block box_body %}Instance Name | Instance URL | Token expires | Actions |
---|---|---|---|
{{ instance.name }} | {{ instance.endpoint }} | {{ instance.expires }} | {% block box_actions %} Edit Refresh Token {% endblock %} |
There are currently no other repositories registered. Please add a new one. |