From a4957f2284014186eb242470ce2336f0247796cb Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Wed, 2 Sep 2020 14:37:56 +0200 Subject: Add scopes.html template This template shows information about scopes and its states as well as a tool to apply actions on them. Style improvements are still necessary. --- ogcp/templates/scopes.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ogcp/templates/scopes.html (limited to 'ogcp/templates') diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html new file mode 100644 index 0000000..7abba81 --- /dev/null +++ b/ogcp/templates/scopes.html @@ -0,0 +1,40 @@ +{% extends 'base.html' %} + +{% macro print_scopes_tree(scopes) -%} + + + +{% endmacro %} + +{% block content %} + +
+ {{ print_scopes_tree(scopes["scope"]) }} + + +
+ +{% endblock %} -- cgit v1.2.3-18-g5258