{% extends 'base.html' %} {% load ui_extras%} {% block content %}

Monolith

{% if show_terraform_export %} {% url 'monolith:terraform_export' as url %} {% button 'DOWNLOAD' url "Download Terraform config" %} {% endif %}
{% if perms.monolith.view_repository %}

Repositories

{% endif %} {% if perms.monolith.view_catalog %}

Catalogs

{% endif %} {% if perms.monolith.view_manifest %}

Manifests

{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}