mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
address-household: address move (WIP)
This commit is contained in:
@@ -3,9 +3,29 @@
|
||||
{% block title 'Move household'|trans %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ block('title') }}</h1>
|
||||
<h1>{{ block('title') }}</h1>
|
||||
|
||||
<p>Household with id {{ household.id }}</p>
|
||||
<p>Household with id {{ household.id }}</p>
|
||||
|
||||
<div>
|
||||
<h2>Select an existing address</h2>
|
||||
TODO: select of existing address !?
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Create a new address</h2>
|
||||
<div id="address"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{% block stylesheets %}
|
||||
<link href="{{ asset('build/address.css') }}" type="text/css" rel="stylesheet" />
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ encore_entry_script_tags('address') }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user