abbreviation_table.html 480 Bytes
{% load dictionary_extras %}
<div class="scheme{{ color_scheme }}">
    <table class="inflection-table">
        <tr>
            <td class="header"></td>
            <td>
                {{ lexeme|attribute:"rozwinięcie" }}
                {% if lexeme.borrowing_source %}
                    <em>{{ lexeme.borrowing_source }}</em>
                    ‘{{ lexeme|attribute:"tłumaczenie" }}’
                {% endif %}
            </td>
        </tr>
    </table>
</div>