{% extends "base/module_base.html" %} {% set active_page = info['display_string']+' dashboard' %} {% block pagehead %} {% endblock %} {% block sidebar %} {%include info['module_name']+'/blocks/sidebar.html'%} {%endblock%} {% block content %}
{{ form.name() }} {{ form.text() }}

{{ form.csrf_token }}

{%for option in options%} {%endfor%}
Option Name Text

{% endblock %}