{% extends "layouts/app.twig" %} {% import 'macros/base.twig' as m %} {% block title %}{{ __('login.login') }}{% endblock %} {% block content %}
{{ __('Please sign up, if you want to help us!') }}
{{ __('Register') }} » {% else %}{{ __('Registration is only available via external login.') }}
{% endif %} {% else %} {{ m.alert(__('Registration is disabled.'), 'danger') }} {% endif %}{{ __('Please read about the jobs you can do to help us.') }}
{{ __('Teams/Job description') }} »