{% extends "wirecloud/views/base_plain.html" %} {% load i18n %} {% block content %} {% if error_message %}
{{ error_message }}
{% endif %}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 }}
{% else %} Go to Wirecloud {% endif %} {% endblock %}