{% extends "base.html" %} {% load i18n %} {% block extra_menu %} {% include "entity/menu.html" %} {% endblock %} {% block content %}

{% trans "Edit entity" %}

{{ entity }}

{% if entity.is_metarefreshable %}
{% csrf_token %}
{{ form.as_p }}
{% trans "or" %} {% trans "Cancel" %}
{% else %}

The entityID in the metadata doesn't look like a valid URL. Add a valid URL pointing to the metadata URI you wish to autorefresh from.

{% endif %}
{% endblock %}