{% extends "wirecloud/views/base_plain.html" %} {% load i18n %} {% block content %} {% if error_message %}

{{ error_message }}

{% endif %}

{{ msg }}

{% if widget %}

Widget info:

Name: {{ widget.name }}

DisplayName: {{ widget.display_name }}

Vendor: {{ widget.vendor }}

Version: {{ widget.version }}

Author: {{ widget.author }}

Email: {{ widget.mail }}

Description: {{ widget.description}}

Wiki: {{ widget.doc_uri }}

{% if pingback %} {% endif %}

Add to Workspace:

{% else %} Go to Wirecloud {% endif %} {% endblock %}