-
Mattia Mancini authoredMattia Mancini authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 611 B
{% extends 'lofardata/../base.html' %}
{% load static %}
{% block myBlock %}
<div class="container-fluid details-container">
<table class="table table-striped table-bordered table-sm">
<tbody>
<tr><td>atdb_host</td><td>{{ atdb_host }}</td></tr>
<tr><td>api</td><td><a href="{% url 'dataproduct' %}">{% url 'dataproduct' %}</a></td></tr>
<tr><td>api-schema</td><td><a href="{% url 'openapi-schema' %}">{% url 'openapi-schema' %}</a></td></tr>
</tbody>
</table>
<p class="footer"> Version 1.0.0 (15 jul 2022 - 16:00)
</div>
{% endblock %}