This is currently just to view the assemblies. Change-Id: I607f4c1ff622afa035e79e7c6dc69eb30e47a2b1
12 lines
285 B
HTML
12 lines
285 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Solum" %}{% endblock %}
|
|
|
|
{% block page_header %}
|
|
{% include "horizon/common/_page_header.html" with title=_("Solum - Assemblies") %}
|
|
{% endblock page_header %}
|
|
|
|
{% block main %}
|
|
{{ table.render }}
|
|
{% endblock %}
|