Rapsys Git
/
airbundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add title on logo link
[airbundle]
/
Resources
/
views
/
form
/
_toolbox.html.twig
1
{# Display application or login form #}
2
{% if is_granted('ROLE_GUEST') %}
3
<div class="form">
4
{{ include('@RapsysAir/form/_application.html.twig') }}
5
</div>
6
{% elseif not is_granted('IS_AUTHENTICATED_REMEMBERED') %}
7
<div class="form">
8
{{ include('@RapsysAir/form/_login.html.twig') }}
9
</div>
10
{% endif %}