Theme turquoise

{% if business.logo != null %}{% endif %}
{{ title }}
            <table style="margin-bottom: 20px"><tr>
                <td>
                    <div><b>{{ recipient.name }}</b> {{ recipient.code }}</div>
                    <div>{{ recipient.address | newline_to_br }}</div>
                    <div>{{ recipient.identifier }}</div>
                </td>
                <td style="border-right-width: 1px; padding-right: 20px; text-align: right">
                    {% for field in fields %}
                    <div style="font-weight: bold">{{ field.label }}</div>
                    <div style="margin-bottom: 10px">{{ field.text }}</div>
                    {% endfor %}
                </td>
                <td style="padding-left: 20px; width: 1px; white-space: nowrap">
                    <div style="font-weight: bold">{{ business.name }}</div>
                    <div>{{ business.address | newline_to_br }}</div>
                    <div>{{ business.identifier }}</div>
                </td>
            </tr></table>

            <div style="font-size: 14px; font-weight: bold; margin-bottom: 20px">{{ description }}</div>
        </td>
    </tr>
    <tr>
        {% for column in table.columns %}            
        <td style="font-weight: bold; padding: 5px 10px; color: #fff; border-color: #fff; border-right-width: 2px; border-bottom-width: 2px; text-align: {{ column.align }}; background-color: #0799b8{% if column.nowrap %}; white-space: nowrap; width: 80px{% endif %}">{{ column.label }}</td>
        {% endfor %}
    </tr>
</thead>
<tbody>
    {% for row in table.rows %}
    <tr>
        {% for cell in row.cells %}
        <td style="padding: 5px 10px; background-color: #b2e1eb; border-color: #fff; border-right-width: 2px; border-bottom-width: 2px; text-align: {{ table.columns[forloop.index0].align }}{% if table.columns[forloop.index0].nowrap %}; white-space: nowrap; width: 80px{% endif %}{% if forloop.last == true %}; background-color: #0799b8; color: #fff{% endif %}">{{ cell.text | newline_to_br }}</td>
        {% endfor %}
    </tr>
    {% endfor %}
    <tr>
        {% for column in table.columns %}
        <td style="background-color: #b2e1eb; border-color: #fff; border-right-width: 2px; border-bottom-width: 2px; font-size: 1px">&nbsp;</td>
        {% endfor %}
    </tr>
    {% for total in table.totals %}
    <tr>
        <td colspan="{{ table.columns | size | minus:1 }}" style="padding: 5px 10px; border-color: #fff; border-right-width: 2px; border-bottom-width: 2px; background-color: #fff; text-align: right{% if total.emphasis == true %}; font-weight: bold{% endif %}">{{ total.label }}</td>
        <td style="white-space: nowrap; border-color: #fff; background-color: #0799b8; border-right-width: 2px; border-bottom-width: 2px; padding: 5px 10px; color: #fff; text-align: right{% if total.emphasis == true %}; font-weight: bold{% endif %}">{{ total.text }}</td>
    </tr>
    {% endfor %}

    {% for field in custom_fields %}
    <tr>
        <td colspan="99">
            <div style="font-weight: bold; padding-top: 20px">{{ field.label }}</div>
            <div>{{ field.text | newline_to_br }}</div>
        </td>
    </tr>
    {% endfor %}
</tbody>
<tfoot>
    <tr><td colspan="99" style="padding-top: 20px">
        <div style="border-top-width: 3px; border-color: #b2e1eb; font-size: 11px; padding: 10px 20px; background-color: #0799b8; color: #fff">
            <div style="font-weight: bold">{{ business.name }}</div>
            <div>{{ business.address }}</div>
            <div>{{ business.identifier }}</div>
        </div>
    </td></tr>
</tfoot>

Do you have a question?

No Question, i want to share it with you.

Great idea in sharing. Thanks a lot. It’s not easy coming by free custom themes.

And the custom theme does what exactly that isn’t in the supplied ones?

I find it hard to see what is different, sorry

However, don’s get the results as u’ve shown above. Below is what I get when I put the theme up:

every time I want to post it, it will be cut off here in the forum.

{% if business.logo != null %}{% endif %}
{{ title }} (what is this)

i want to share in a file, but i cannot do it.

It should be looks like this. sorry. Can i send it to someone who post it. Thanks

Sorry, my german is great but the totals don’t seem to be correct - and apart from the colour what else is different?

It looks like it’s from an older version of Manager?

The current version shows payment details

I have change the colour, not more. I think i should delete this post.

You could just post the lines where you changed the colour in the reply showing the change you made. Then if someone wanted a different colour, they would know how to go about it.