{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block main %}

Motif {{ stage.motifname }}

Configdict Stub

{% for item in stage.motif|dictsort %} {% endfor %}
{{ item.0 }} {{ item.1 }}
{% endblock %}