{% extends "base.html" %} {% block title %}Shout.dev: Projects: {{ project.name }}{% endblock %} {% block main %} {% include "breadcrumbs.html" %}

Project: {{ project.name }}

Watchdog Timer

{% if let Some(watchdog) = watchdog %}

Watchdog timer was last refreshed at {{ watchdog.last_set_at.to_rfc3339_opts(chrono::SecondsFormat::Secs, true) }} and is set to time out at {{ watchdog.expiration.to_rfc3339_opts(chrono::SecondsFormat::Secs, true) }}.

Enabled Channels

{% for channel in team_channels %} {% endfor %}
Channel Name Enabled
{% endblock %}