{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% load plugins %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Name Internal | {{ object.name_internal }} |
| Project | {{ object.project }} |
| Contract | {{ object.contract }} |
| Price | {{ object.price|to_czech_crown }} |
| Invoicing Start | {{ object.invoicing_start }} |
| Invoicing End | {{ object.invoicing_end }} |