clean up some fields. Increase font size and contrast
This commit is contained in:
@@ -24,14 +24,9 @@
|
||||
</div>
|
||||
<div>
|
||||
<h2>Clock</h2>
|
||||
{% if order.manufacturer or order.model %}
|
||||
<p>{{ order.manufacturer or '' }} {{ order.model or '' }}</p>
|
||||
{% endif %}
|
||||
{% if order.serial_number %}<p>Serial: {{ order.serial_number }}</p>{% endif %}
|
||||
{% if order.alternate_id %}<p>Alt ID: {{ order.alternate_id }}</p>{% endif %}
|
||||
{% if order.reference %}<p>Reference: {{ order.reference }}</p>{% endif %}
|
||||
{% if order.clock_description %}<p>{{ order.clock_description }}</p>{% endif %}
|
||||
{% if not order.manufacturer and not order.model and not order.clock_description %}
|
||||
{% if order.clock_note %}<p>{{ order.clock_note }}</p>{% endif %}
|
||||
{% if not order.clock_description and not order.clock_note %}
|
||||
<p class="empty">No clock on file.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user