How to use?
===========


You can import ``time_entry`` from ``js.jquery_timeentry`` and ``need`` it where you want
these resources to be included on a page::

  >>> from js.jquery_timeentry import time_entry
  >>> time_entry.need()

The localizations of the Time Entry package are also available::

  >>> from js.jquery_timeentry import time_entry_de
  >>> time_entry_de.need()
