{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}

{% trans "Video Camera stream" %}

{% blocktrans %} The live feed below opens in an embedded frame. If the stream does not appear, ensure the Raspberry Pi camera service is running and reachable. {% endblocktrans %}

{% if stream_embed == "mjpeg" %} {% trans {% elif stream_embed == "iframe" %} {% else %} {% endif %}

{% trans "Open stream in new window" %}

{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %}