{##} {% import _self as page %} {% if postInstall %}
{{ __('Post-Install & Server Config') }}

{{ __('To complete your installation, it is advisable to follow the %1$sPost-Install and Server Config instructions%2$s.')|format("", "")|raw }}

{{ __('After logging in, be sure to visit the System Check page to ensure all system requirements have been met. You can find additional information about your system in the Server Info page.') }}

{% endif %}
{{ __('Getting Started with Gibbon') }}

{{ __('Our community offers documentation and support forums to help get you up and running with Gibbon. If you need additional assistance, members of the Gibbon team can provide expert support. Visit {link} to learn more.', {link: 'gibbonedu.com'})|raw }}

{{ page.card(__('Documentation'), __('Our docs provide technical information as well as user guides for Administrators, Developers, Teachers, and Parents.'), 'docs', 'https://docs.gibbonedu.org' ) }} {{ page.card(__('Support Forums'), __('If you need help try asking members of the Gibbon community. Similarly, issues and bugs can be reported to the forum as well.'), 'forums', 'https://ask.gibbonedu.org' ) }}
{{ __('Extended Services') }}
{% if gibboneduComOrganisationKey is empty %} {{ page.card(__('Expert Support'), __('Members of the Gibbon team are available to help with your Gibbon needs through Ad Hoc support or a Support Contract.'), 'support', 'http://gibbonedu.com' ) }} {{ page.card(__('Value Added License'), __('Gibbon Value Added License, which, via the Query Builder module, gives access to over 90 useful queries.'), 'license', 'http://gibbonedu.com') }} {% else %} {{ page.card(__('Expert Support'), __('Members of the Gibbon team are available to help with your Gibbon needs through Ad Hoc support or a Support Contract.'), 'support', absoluteURL~'/index.php?q=/modules/System Admin/services_manage.php', '') }} {{ page.card(__('Value Added License'), __('Gibbon Value Added License, which, via the Query Builder module, gives access to over 90 useful queries.'), 'license', absoluteURL~'/index.php?q=/modules/System Admin/services_manage.php', '') }} {% endif %}
{% if gibboneduComOrganisationKey is empty and gibbonVersion is not empty %}

{{ __('Do you have a Service Key? View and configure your licenses on the {link} page.', {link: ''~__('Manage Services')~''})|raw }}

{% endif %}
{% macro card(name, content, icon = '', url = '', target = '_blank') %}
{{ include('ui/icons.twig.html', {'iconClass': 'w-10 h-10 opacity-75'}) }}

{{ name }}

{{ content|raw }}

{% endmacro card %}