{% extends "layout_plan.html" %} {% block title %}{{ issue }}{% endblock %} {% load filters %} {% load i18n %} {% block styles %} {% endblock %} {% block content %}

{{ issue.full_title }}

{% trans "done" %}: {{ posts|length|sub:stats.incomplete }} {% trans "of" %} {{ posts|length }}

{% trans "articles_in_issue" %} ({{ posts | length }})

{% with posts=posts interactive=True %} {% include 'magplan/partials/posts_table.html' %} {% endwith %} {% endblock %}