{% extends "webcams/base.html" %} {% load molly_utils %}{% load i18n %} {% block extrahead %} {% if not use_javascript %} {% endif %} {% endblock %} {% block content %}

{{ webcam.title }}
{% now "G:i "%}

{% if eis %} {% ifnotequal style_group "dumb" %}
{% else %} {% trans {% endifnotequal %} {% else %}
{% trans "Unfortunately, this webcam is currently unavailable. Please try again later." %}
{% endif %}

{{ webcam.description }}

{% if webcam.credit %}

{{ webcam.credit|safe }}

{% endif %}
{% endblock %}