Publishing info
{% if article.id %}
{% if article.isDraft %}
Draft
{% else %}
Published
{% endif %}
{% if article.publishedAt %}
{{ article.publishedAt|date('Y-m-d H:i') }}
{% endif %}
{% if article.updatedAt %}
{{ article.updatedAt|date('Y-m-d H:i') }}
{% endif %}
{% if article.slug %}
{% endif %}
{% else %}
This is a new article. Fill in the details and publish when ready.
{% endif %}
Quick actions