{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %}| {% trans 'Template' %} | {% trans 'Quotes' %} |
|---|---|
| {{ template.name|default:"-" }} | {{ template.quote_count }} |
| {% trans 'No templates found.' %} | |
| {% trans 'Quote' %} | {% trans 'Customer' %} | {% trans 'Total' %} | {% trans 'Activity' %} | {% trans 'Tags' %} | {% trans 'Created' %} |
|---|---|---|---|---|---|
| {{ quote.name|default:"-" }} | {{ quote.customer|default:"-" }} | {{ quote.total_display|default:"-" }} | {{ quote.activity|default:"-" }} | {{ quote.tags|join:", "|default:"-" }} | {{ quote.create_date|date:"DATETIME_FORMAT"|default:"-" }} |
| {% trans 'No matching quotes found.' %} | |||||
| {% trans 'Product' %} | {% trans 'Internal reference' %} | {% trans 'Created' %} | {% trans 'Last updated' %} |
|---|---|---|---|
| {{ product.name|default:"-" }} | {{ product.default_code|default:"-" }} | {{ product.create_date|date:"DATETIME_FORMAT"|default:"-" }} | {{ product.write_date|date:"DATETIME_FORMAT"|default:"-" }} |
| {% trans 'No products found.' %} | |||
| {% trans 'Module' %} | {% trans 'Description' %} | {% trans 'Version' %} | {% trans 'Author' %} |
|---|---|---|---|
| {{ module.name|default:"-" }} | {{ module.shortdesc|default:"-" }} | {{ module.latest_version|default:"-" }} | {{ module.author|default:"-" }} |
| {% trans 'No installed modules found.' %} | |||