{% extends "goflow/base_site.html" %} {% block content %} {% block content_header %}

Model view

This is a default template used by the generic application view_application.

You may define a suitable template (the default is view_application.html) with the template parameter in the urls.py file as follows:

    (r'^my/appli/view_appli/$',
      'goflow.workflow.applications.view_application',
      {'template':'mytemplate.html'}),
This template can access the following variables:

This application should be used on two cases:

{% endblock %} {% block content_form %}
{% csrf_token %} {% block buttons_form %} {% for value in ok_values %} {% endfor %} {% endblock %}
{% endblock %} {% endblock %}