{% extends "base.html" %} {% block title %}Follow Me{% endblock %} {% set active = "app-followme" %} {% block content %}

📱 Follow Me / Siga-me

+ Novo
{% for f in items %}
{{ f.name }} (ramal {{ f.extension }}) ✏️
Destinos: {% for d in f.destinations.split(",") %}{{ d.strip() }} {% endfor %} Timeout: {{ f.ring_timeout }}s {% if f.enabled %}Ativo{% else %}Inativo{% endif %} {% if f.description %}
{{ f.description }}{% endif %}
{% else %}
Nenhum Follow Me cadastrado.
{% endfor %} {% endblock %}