{# SPDX-License-Identifier: CC0-1.0 koszko.org website personal page stub. Copyright (C) 2021,2022 Wojtek Kosior #} {% extends "__koszko_base.html.jinja" %} {% block style %} {{ super() }} #request_table thead, #request_table tbody { vertical-align: top; } @media (max-width: 500px) { #request_table { font-size: 80%; } } col { width: 50%; } {% endblock %} {% macro request_table() %}
{{ _('koszko.th:to_freesw_hackers') }} {{ _('koszko.th:to_christians') }}
{{ _('koszko.td:nonbelievers') }} {{ _('koszko.td:choosing_proprietary_programs') }}
{% block to_freesw_hackers %} {% endblock %} {% block to_christians %} {% endblock %}
{{ _('koszko.td:please') }}
{% block use_internet_if_needed %} {% endblock %}
{% endmacro %}