{% extends "base.html" %} {% comment %} {% extends "jqm/simple.html" %} {% endcomment %} {% block title %} Webmote - Bookmarkable Actions {% endblock %} {% block page_title %} Webmote - Bookmarkable Actions {% endblock %} {% block content %}

Bookmark Actions

If you want to perform an action without navigating the site or even loading a webpage you can go to one of these urls and then bookmark it.

{% if devices %} {% for device in devices %}

{{ device.name }}

{% for action in device.actions %} {{ action.name }} {% endfor %}
{% endfor %} {% endif %} {% if actions %}

Other Actions

{% for action in actions %} {{ action.name }} {% endfor %}
{% endif %}
{% endblock %}