{%- extends "_layout.html" %} {%- block content %}

{% if item['Description'] %} {{ item['Description'] }} {% else %} {{ item.get_id() }} {% endif %}

{{ macros_page.render_menu_actions(item) }}
{% if item['Note'] %}

{{ item['Note'] }}

{% endif %}
{% highlight 'json' %} {{ item.to_json(indent = 4, sort_keys = True) }} {% endhighlight %}
{%- endblock content %}