Filter
{{ form.as_p }}
Filter
Articles
{% for article in articles %}
{{ article.pk }} - {{ article.get_status_display }}
{% endfor %}