{% load staticfiles %} {% static 'css/spinner.gif' as spinner_url %} {% for relevant_action in relevant_actions %} {% endfor %}
Action Details Considered
{{ relevant_action.action }} {{ relevant_action.action.details }} {% if current.is_draft %} Saving ... {% else %} {{ relevant_action.considered|yesno:"Yes,No" }} {% endif %}