{% extends 'migrator_base.html' %} {% block title %}Configs{% endblock %} {% block content %}

Configs list

Add config

{% for config in configs %} {% empty %} {% endfor %}
Verbose name Testrail api url Testy attachments url delete
{{ config.verbose_name }} {{ config.testrail_api_url }} {{ config.testy_attachments_url }} Delete
No configs found Add config.
{% endblock %}