svg
This commit is contained in:
@ -1,10 +1,19 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Hello HomeController!{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<select class="select2" name="state">
|
||||
<option value="AL">Alabama</option>
|
||||
<option value="WY">Wyoming</option>
|
||||
</select>
|
||||
|
||||
<div class="d-flex justify-content-center">
|
||||
{% for accounting in accountings %}
|
||||
<div class="card" style="width:400px">
|
||||
<div class="card-body d-flex align-items-center">
|
||||
<div class="ps-4">
|
||||
<i class="fas {{accounting.icon}} fa-4x"></i>
|
||||
</div>
|
||||
|
||||
<div class="p-3 fs-1">{{accounting.title}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
1
templates/home/nocompany.html.twig
Normal file
1
templates/home/nocompany.html.twig
Normal file
@ -0,0 +1 @@
|
||||
<h2>Veuillez selectionner une compagnie</h2>
|
Reference in New Issue
Block a user