{% extends "layout_plan.html" %} {% block title %}{{ post.title }}{% endblock %} {% load i18n %} {% load filters %} {% block styles %} {% if post.css %} {% endif %} {% endblock %} {% block content %} {% with stages=stages %}{% include 'magplan/posts/_progress.html' %}{% endwith %}