CKAN Actions

- Missing docstring.
{% for action in data.actions %}

{% if action.docstring %}
{{ action.docstring }}
{% else %}

Missing docstring for this Action.

{% endif %}
{% endfor %}