Clean up indentation

This commit is contained in:
Daniel Markstedt 2023-11-01 07:17:18 +09:00
parent 1993adba33
commit 0c69cf9ec7

View File

@ -113,46 +113,46 @@
</div> </div>
<div> <div>
{% if env["netatalk_configured"] %} {% if env["netatalk_configured"] %}
{{ _("Mac AFP file sharing is enabled.") }} {{ _("Mac AFP file sharing is enabled.") }}
{% if env["webmin_configured"] %} {% if env["webmin_configured"] %}
<a href="https://{{ env["ip_addr"] }}:10000/netatalk2/" target=\"_blank\"> <a href="https://{{ env["ip_addr"] }}:10000/netatalk2/" target=\"_blank\">
{{ ("Server administration") }} {{ ("Server administration") }}
</a> </a>
{% endif %} {% endif %}
{% else %} {% else %}
{{ _("Mac AFP file sharing is disabled.") }} {{ _("Mac AFP file sharing is disabled.") }}
{% endif %} {% endif %}
</div> </div>
<div> <div>
{% if env["samba_configured"] %} {% if env["samba_configured"] %}
{{ _("Windows SMB file sharing is enabled.") }} {{ _("Windows SMB file sharing is enabled.") }}
{% if env["webmin_configured"] %} {% if env["webmin_configured"] %}
<a href="https://{{ env["ip_addr"] }}:10000/samba/" target=\"_blank\"> <a href="https://{{ env["ip_addr"] }}:10000/samba/" target=\"_blank\">
{{ ("Server administration") }} {{ ("Server administration") }}
</a> </a>
{% endif %} {% endif %}
{% else %} {% else %}
{{ _("Windows SMB file sharing is disabled.") }} {{ _("Windows SMB file sharing is disabled.") }}
{% endif %} {% endif %}
</div> </div>
<div> <div>
{% if env["ftp_configured"] %} {% if env["ftp_configured"] %}
{{ _("FTP file sharing is enabled.") }} {{ _("FTP file sharing is enabled.") }}
{% else %} {% else %}
{{ _("FTP file sharing is disabled.") }} {{ _("FTP file sharing is disabled.") }}
{% endif %} {% endif %}
</div> </div>
<div> <div>
{% if env["macproxy_configured"] %} {% if env["macproxy_configured"] %}
{{ _("Macproxy is running at %(ip_addr)s (default port 5000)", ip_addr=env['ip_addr']) }} {{ _("Macproxy is running at %(ip_addr)s (default port 5000)", ip_addr=env['ip_addr']) }}
{% else %} {% else %}
{{ _("Macproxy is disabled.") }} {{ _("Macproxy is disabled.") }}
{% endif %} {% endif %}
</div> </div>
<div> <div>
{{ _("PiSCSI software version:") }} <b>{{ env["version"] }}</b> {{ _("PiSCSI software version:") }} <b>{{ env["version"] }}</b>
</div> </div>
<div> <div>
{{ _("Hardware and OS:") }} {{ env["running_env"]["env"] }} {{ _("Hardware and OS:") }} {{ env["running_env"]["env"] }}