{% extends "layout.html" %} {% block title %}Triggers{% endblock %} {% block content %} {% if current_user.is_authenticated %} {% for trigger in triggers %}
{{ trigger.caption }}{% if trigger.require_geo %} 🌐{% endif %}