Norms
{#Actions
{#| # | Action Name | Code |
|---|---|---|
| {{ loop.index }} | {{ name }} | View |
{% extends "internal_tpl_base.html" %}
{% block content_title %}Normative Component{% endblock %}
{% block content %}
Norms
{#
Actions
{#
{% for name, action in actions.items() %}
#
Action Name
Code
{% endfor %}
{{ loop.index }}
{{ name }}
View