{% if article %}

Edit article {{ article }}

{% else %}

Create new article

{% endif %}
{% csrf_token %} {{ form.as_table }} {{ edit_form.as_table }}