{% extends 'ef_basic_input.html' %} {% block input %}
{% if post.published %} {% else %} {% endif %}
Date:
Time: :
{# Bootstrap 4 error reporting is retarded #} {% if field.error and field.style == styles.BOOTSTRAP_4 %}
{{ field.error }}
{% endif %} {% endblock %} {% block form_control_end %} {% endblock form_control_end %}