{% extends 'admin/layout.html' %} {% block title %}Modifica Post - {{ post.title }} - Admin{% endblock %} {% block content %}

Modifica Post

Torna alla Lista
Max 160 caratteri per SEO
Slug: {{ post.slug }}
Visite: {{ post.views }}
Creato: {{ (post.created_at|to_italy_time).strftime('%d/%m/%Y %H:%M') }}
Modificato: {{ (post.updated_at|to_italy_time).strftime('%d/%m/%Y %H:%M') if post.updated_at else 'Mai' }}
Annulla
{% endblock %}