{% extends 'demo/base_module.html' %} {% block content %}

Viewflow demo

Source code on Github {% if not user.is_authenticated %}Please, log in to continue...{% endif %}
Django-Viewflow

Easy to use, programmable workflow framework on top of Django

{% endblock content %}