{% extends "layouts/base.html" %} {% block title %} Custom Providers Accounts {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}
Volt logo

All custom providers accounts

List all custom providers accounts

{% for custom_provider in custom_provider_content %} {% endfor %}
ID Account Name Squad Environment
{{ custom_provider.id }} {{ custom_provider.squad }}_{{ custom_provider.environment}} {{ custom_provider.squad }} {{ custom_provider.environment }} {% if "yoda" in current_user.role %}
{% endif %}
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}