{# -*- coding: utf-8 -*- #}
{% extends "widgets/action.html" %}
{% block action_class %}
{% if action.target == '_top' %}popup{% endif %}
{% endblock %}
{% block description %}
{% if description %}
{{description}}
{% else %}
{% endif %}
{% endblock %}