{% extends "yawf/base.html" %} {% block head %} {% endblock %} {% block content %}

ID: {{ workflow.id }}

Verbose name: {% if workflow.verbose_name %}{{ workflow.verbose_name }}{% else %}not specified{% endif %}

{% if not workflow.model_class %}

Model class is not specified

{% endif %}

States:

Registered messages:

{% endblock %}