{% extends "base.html" %} {% comment %} {% extends "jqm/simple.html" %} {% endcomment %} {% block title %} Webmote - New Button {% endblock %} {% block page_title %} {% if newButton %} Webmote - New Button {% else %} Webmote - Modify Button {% endif %} {% endblock %} {% block content %}
{% if newButton %} {% if newButton %}

New Button

{% else %}

Recreate Button

{% endif %}
{% csrf_token %} {{ buttonForm.as_table }}

Save
{% else %}

Clear Button

{% csrf_token %}
{% endif %}
{% endblock %}