{% load scipost_extras %} {% comment %} user = models.ForeignKey(settings.AUTH_USER_MODEL) comments = models.TextField(blank=True) duration = models.DurationField(blank=True, null=True) work_date = models.DateField(default=timezone.now) created = models.DateTimeField(auto_now_add=True) {% endcomment %}