{% extends "base.html" %} {% load url from future %} {% block title %} Webmote - Remotes {% endblock %} {% block page_title %} Remotes {% endblock %} {% block content %}

Remotes

Build your own custom remotes

Remote
Delete
{% for remote in remotes %}
{% csrf_token %}
{% endfor %}

Create New Remote

{% csrf_token %} {{ remoteForm.as_table }}
{% endblock %}