{% extends "base.html" %} {% block title %}Actions — BashyOverlay{% endblock %} {% block content %}

Actions

Configure what happens when each event fires.

Add action

Configured actions

{% for action in actions %} {% set _ = namespace(media_files=media_files) %} {% include "partials/action_row.html" %} {% endfor %} {% if not actions %}

No actions configured yet.

{% endif %}
{% endblock %}