{% trans "Unfortunately, this webcam is currently unavailable. Please try again later." %}
{{ webcam.description }}
{% if webcam.credit %}{{ webcam.credit|safe }}
{% endif %}{% extends "webcams/base.html" %} {% load molly_utils %}{% load i18n %} {% block extrahead %} {% if not use_javascript %} {% endif %} {% endblock %} {% block content %}
{{ webcam.description }}
{% if webcam.credit %}{{ webcam.credit|safe }}
{% endif %}