Service Instances: List and detail view #39

Merged
rixx merged 8 commits from 28-service-instance-listing into main 2025-04-07 17:19:22 +00:00
Showing only changes of commit 1ebf6a7ce0 - Show all commits

View file

@ -1,6 +1,11 @@
{% extends "frontend/base.html" %}
{% block content %}
<h1>Service Instances for {{ organization.name }}</h1>
{% load i18n static %}
{% block html_title %}
{% block page_title %}
{% translate "Instances" %}
{% endblock page_title %}
{% endblock html_title %}
{% block card_content %}
<ul>
{% for instance in instances %}
<li>