{% extends "base.html" %} {% block title %}Namespaces{% endblock %} {% block content %}
# | Name | Contacts | Action |
---|---|---|---|
{{ namespace.id }} | {{ namespace.name }} | {{ namespace.contacts if namespace.contacts else '' }} | {% if namespace.id != 0 %} {% endif %} |