{% import "Juice/macros/forms.html" as f with context %} {% include "Juice/Plugin/Publisher/Admin/_include.html" %}
| Published Date | {% if post %}{{ post.published_at }}{% endif %} |
| Creation Date | {% if post %}{{ post.created_at }}{% endif %} |
| Featured Date | {% if post %}{{ post.featured_at }}{% endif %} |
| Sticky Date | {% if post %}{{ post.sticky_at }}{% endif %} |