{% if history %}
{{ history|length }} Action{{ history|length|pluralize }}
{% for user_action in history %} {% include "rules/useraction_entry.html" with user_action=user_action %} {% endfor %}
{% endif %}