Files
solum-dashboard/solumdashboard/templates/assemblies/index.html
Angus Salkeld b89d848b18 Add assemblies table
This is currently just to view the assemblies.

Change-Id: I607f4c1ff622afa035e79e7c6dc69eb30e47a2b1
2014-04-23 15:33:56 +02:00

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 %}