diff --git a/static/alpes-maritimes-2018/_custom.scss b/static/alpes-maritimes-2018/_custom.scss new file mode 100644 index 00000000..d9fd76a8 --- /dev/null +++ b/static/alpes-maritimes-2018/_custom.scss @@ -0,0 +1,618 @@ +body { + background: url('img/fond.png'); +} + +@mixin trapesoid($background-color: $secondary-color, $top: 0, $bottom: 0, $width: 1em, $border-color: #fff) { + position: relative; + padding-left: 1.75em; + border-left: 20px solid $border-color; + @media screen and (max-width: $mobile-limit) { + border-left: 0; + } + &::before { + content: ''; + display: block; + width: $width; + background: $background-color; + position: absolute; + top: $top; + left: -0.7em; + bottom: $bottom; + transform: skew(-25deg); + border-right: 10px solid $border-color; + @media screen and (max-width: $mobile-limit) { + display: none; + } + } +} + +@mixin button { + padding: 1ex 1em; + margin: 1ex 0; + background: $primary-color; + color: #fff; + text-transform: uppercase; + @include trapesoid; +} + +div#main-content-wrapper { + margin-top: 2ex; +} + +#top #logo a { + display: block; + text-indent: -10000px; + color: #4D4D4D; + font-size: 30px; + font-weight: normal; + background: url(img/logo.png) center left no-repeat; + height: 66px; +} + +div.departement { + a { + background: url(img/departement-logo.png) center right no-repeat; + height: 66px; + width: 275px; + display: block; + } + @media screen and (max-width: $mobile-limit) { + display: none; + } +} + +div#header-wrapper { + display: flex; + margin: 0 2ex; +} + +div#header { + max-width: 100%; +} + +h2:first-child { + @include trapesoid; +} + +div.homepage-container { + width: 100%; + h2 { + display: block; + width: 50%; + margin: 0 auto; + } + div.cell { + background: transparent; + } + div.homepage-intro, div.homepage-suggestions { + margin: 3ex 0; + } + div.homepage-header { + width: 50%; + margin: 0 auto; + @media screen and (max-width: $mobile-limit) { + width: 100%; + } + } + div.homepage-intro { + background: url('img/fond-intro.png') transparent no-repeat; + background-position: center center; + color: $primary-color; + } + div.homepage-suggestions, div.events, div.homepage-prefooter-body { + display: flex; + @include vendor-prefix(justify-content, center); + @include vendor-prefix(align-items, center); + @include vendor-prefix(flex-wrap, wrap); + } + div.homepage-suggestions { + background: url('img/fond-suggestions.png') transparent no-repeat; + background-position: center center; + text-align: center; + height: 200px; + .cell { + border: 3px solid $secondary-color; + height: 200px; + width: 200px; + border-radius: 50%; + @each $suggestion in (suggestion-privatisation, suggestion-maison-apa, suggestion-aceduc) { + &.#{$suggestion} { + background: #fff; + a { + font-size: 75%; + &::before { + content: ''; + display: block; + height: 85px; + width: auto; + margin-bottom: 1ex; + background: url('img/#{$suggestion}-icon.png') no-repeat; + background-size: contain; + background-position: center center; + } + } + } + } + } + } + div.homepage-events { + background: url('img/fond-evenements.png') center right no-repeat, url('img/fond-rose-evenements.png') center center no-repeat; + background-color: #fff; + padding-top: 3ex; + div.cell { + background: transparent; + h2 { + width: 50%; + margin: 0 auto; + @include trapesoid($ternary-color); + } + } + div.events { + div.cell { + margin: 2ex 2em; + text-align: center; + background: $primary-color; + color: #fff; + a { + color: #fff; + } + } + } + } + div.homepage-prefooter { + background: $primary-color; + padding: 3ex 0; + div.cell:first-child { + width: 50%; + margin: 0 auto; + } + h2:first-child { + color: $secondary-color; + background: #fff; + @include trapesoid($background-color: $ternary-color, $border-color: $primary-color); + }; + div.homepage-prefooter-body { + color: #fff; + padding: 3ex 3em; + div.cell { + width: 40%; + } + } + } +} + +div.large div#rub_service, div#rub_service { + h2 { + text-transform: uppercase; + text-align: left; + border-bottom: 0; + color: #fff; + @include trapesoid; + } + h3, div#summary h2, div#evolution-log h2 { + text-transform: uppercase; + text-align: left; + border-bottom: 0; + color: $primary-color; + background: #fff; + font-size: 125%; + font-weight: normal; + margin: 1ex 0; + @include trapesoid; + } + div.form-validation, div.dataview { + h3 { + background: $primary-color; + color: #fff; + margin-top: 0; + padding-bottom: 1ex; + &::before { + display: none; + } + } + input, textarea { + border: 0; + } + div.widget div.title, div.field span.label { + font-weight: bold; + &::after { + content: ':'; + margin-left: 0.3em; + } + } + div.field { + margin: 0; + } + div.title, div.content, div.value { + display: inline; + } + div.page { + margin: 2em 0; + padding: 0; + background: #fff; + border: 3px solid $primary-color; + > div { + padding: 0 1em; + h3 { + color: #000; + background: transparent; + padding: 0; + } + } + } + span.value { + display: inline; + } + } + div.dataview { + padding: 1rem; + border: 3px solid $primary-color; + h3 { + background: transparent; + color: #000; + padding: 0; + text-transform: none; + font-weight: bold; + } + div.page { + div.title h3 { + font-weight: normal; + } + border: 0; + > div { + padding: 0; + } + } + } +} + +div.SubmitWidget { + margin-left: 1em; +} + +div.back-home-button { + text-align: center; +} +div.back-home-button a, a.custom-button { + @include button; +} + +div.buttons { + button { + text-transform: uppercase; + box-shadow: none; + position: relative; + } + div.cancel-button button { + color: #000; + background: transparent; + } + div.previous-button button { + background: $ternary-color; + @include trapesoid($secondary-color, -1px, -1px); + } + div.submit-button { + button { + background: $secondary-color; + @include trapesoid($ternary-color, -1px, -1px); + } + } +} + +ul#evolutions li span.item { + border: 1px solid $ternary-color; + &::before { + background: $ternary-color; + height: 21px; + width: 21px; + top: 4px; + left: 4px; + border-radius: 10px; + } +} + + +/* steps */ + +div#steps ol { + background: #fff; + li { + background: #fff; + max-width: 15em; + position: relative; + margin-right: 3em; + span { + color: $primary-color; + font-size: 100%; + display: table-cell; + vertical-align: middle; + margin-left: 0.5em; + &.marker { + border: 2px solid $primary-color; + border-radius: 50%; + font-size: 175%; + font-weight: bold; + width: 2em; + height: 2em; + display: table-cell; + vertical-align: middle; + @media screen and (max-width: $mobile-limit) { + font-size: 100%; + background: #fff; + color: $primary-color; + width: 1.25em; + } + } + &.label { + padding-left: 0.5em; + text-align: left; + width: 8em; + @media screen and (max-width: $mobile-limit) { + display: none; + } + } + } + &.current { + background: #fff; + span.marker { + background: $primary-color; + color: #fff; + @media screen and (max-width: $mobile-limit) { + border-radius: 50%; + } + + } + } + @media screen and (max-width: $mobile-limit) { + padding: 0; + } + &:not(:last-child) { + &::after { + content: ''; + width: 2.5em; + height: 3px; + background: $secondary-color; + position: absolute; + right: -3em; + top: 50%; + } + } + } +} + +/* tracking code */ +div#gauche { + text-align: left; + div#tracking-code { + display: block; + h3 { + font-size: 150%; + background: #fff; + color: #000; + border: 0; + display: inline-block; + padding-right: 0; + &::after { + content: ':'; + margin: 0 0.3em; + } + &::before { + display: none; + } + } + } +} + +div#nav-wrapper { + text-align: center; + @media screen and (max-width: $mobile-limit) { + text-align: left; + } +} + +div#footer-wrapper { + background: $footer-background url('img/footer.png') 75% 50%; + background-repeat: no-repeat; + background-size: contain; +} + +div.cell { + padding-top: 2em; + &.header { + h2:first-child { + margin: 1em 0; + display: inline-block; + } + + } + h2 { + @extend %title; + } +} + +h2 + h2 { + margin-top: 0.3ex !important;; + text-align: right; + padding-left: 1em !important; +} + +.section-demarches div#page { + background: url('img/page-header.png') no-repeat; + background-position: center 170px; + @media screen and (max-width: $mobile-limit) { + background-position: center 110px; + } + div.cell.textcell:first-child { + background: transparent; + display: inline-block; + h2:first-child { + @include trapesoid($border-color: $ternary-color); + } + } +} + +.page-connexion div#page { + background: url('img/login-background.png') center 75px; + background-repeat: no-repeat; + div.cell, div.block { + background: transparent; + } + div#left, div#right { + width: 40%; + margin-left: 4em; + @media screen and (max-width: $mobile-limit) { + width: 100%; + margin: 0; + } + } + div#left h2:first-child { + @include trapesoid($border-color: $ternary-color); + } + div.block, div.a2-block { + &:first-child { + color: #fff; + background: $primary-color; + } + } +} + +div.block, div.a2-block { + button, input[type="submit"] { + background: #fff; + color: $primary-color; + } + input[type="text"], input[type="password"] { + width: 100%; + } + h2 { + margin-bottom: 1ex; + } +} + +div#frontend-registration-email form { + padding: 1rem; +} + +div#login-page { + .forgot-password { + float: right; + } + &.methods2 { + div.block { + float: none; + width: 75%; + color: #fff; + a { + color: #fff; + } + } + } +} + +a.tip-button { + background: $ternary-color; + color: #fff; + padding: 1ex 1em; + position: relative; + &::before, &::after { + content: ''; + display: block; + width: 30px; + height: 30px; + position: absolute; + background-size: contain; + } + &::before { + background: url('img/left-tip-arrow.png') no-repeat; + background-size: contain; + top: -20px; + left: -40px; + } + &::after { + background: url('img/wow.png') no-repeat; + background-size: contain; + top: -30px; + right: -30px; + } +} + +div.textcell { + @each $class in (doc, eco, computer) { + &.#{$class} { + margin: 5ex 0 5ex 150px; + position: relative; + h3 { + color: $primary-color; + } + &::before { + content: ''; + width: 90px; + height: 90px; + background: url('img/#{$class}-icon.png') no-repeat; + background-size: contain; + display: block; + position: absolute; + left: -130px; + } + } + ul.categories { + &.turquoise-items, &.pink-items { + li { + list-style-type: none; + display: inline-grid; + position: relative; + width: 25%; + margin: 5ex 2em; + @media screen and (max-width: $mobile-limit) { + margin: 2em; + } + &::after { + content: ''; + display: block; + height: 5px; + width: 4em; + position: absolute; + background: $ternary-color; + left: 100px; + top: -10px; + } + a { + @each $category in (aceduc, apprentis, brevet, college, etablissement, apa, bus, mdph, aide, suivi, aide-personnalisee) { + &.#{$category} { + position: relative; + padding-left: 100px; + display: block; + &::before { + content: ''; + display: block; + background: url('img/#{$category}-icon.png') no-repeat; + background-size: contain; + width: 90px; + height: 90px; + position: absolute; + left: 0; + top: -25px; + } + } + } + } + } + } + &.pink-items li::after { + background: $secondary-color; + } + } + } + &.turquoise-header, &.pink-header { + h3 { + font-size: 150%; + color: $primary-color; + } + } + &.turquoise-header h3 { + @include trapesoid($background-color: $ternary-color); + } + &.pink-header h3 { + @include trapesoid($background-color: $secondary-color); + } +} diff --git a/static/alpes-maritimes-2018/_vars.scss b/static/alpes-maritimes-2018/_vars.scss new file mode 100644 index 00000000..aa81e438 --- /dev/null +++ b/static/alpes-maritimes-2018/_vars.scss @@ -0,0 +1,34 @@ +$width: 1600px; +$font-family: Roboto, sans-serif; +$font-size: 16px; +$mobile-limit: 1100px; + +$primary-color: #001c76; +$secondary-color: #e6007e; +$ternary-color: #2bacbe; + +$widget-border: 1px solid $secondary-color; +$widget-border-radius: 1em; +$widget-custom-radio-checkbox: true; +$widget-custom-radio-checkbox-color: $ternary-color; +$widget-focus-background: #fff; + +$title-font-size: 2em; +$title-background: $primary-color; +$title-color: #fff; +$title-transform: uppercase; +$title-padding: 0.25em 1em 0.25em 2.5em; +$title-weight: bold; + +$nav-background: transparent; +$nav-submenu-background: $primary-color; +$nav-item-hover-background: $primary-color; + +$button-color: #fff; +$button-background: $secondary-color; + +$form-sidebar-position: top; + +$cell-border: 0; + +$footer-background: #3b3b3b; diff --git a/static/alpes-maritimes-2018/config.json b/static/alpes-maritimes-2018/config.json new file mode 100644 index 00000000..e8c9b9da --- /dev/null +++ b/static/alpes-maritimes-2018/config.json @@ -0,0 +1,7 @@ +{ + "label": "Alpes-Maritimes 2018", + "variables": { + "no_extra_js": true, + "theme_color": "#001c76" + } +} diff --git a/static/alpes-maritimes-2018/img/aceduc-icon.png b/static/alpes-maritimes-2018/img/aceduc-icon.png new file mode 100644 index 00000000..dfe78e73 Binary files /dev/null and b/static/alpes-maritimes-2018/img/aceduc-icon.png differ diff --git a/static/alpes-maritimes-2018/img/aide-icon.png b/static/alpes-maritimes-2018/img/aide-icon.png new file mode 100644 index 00000000..c4114278 Binary files /dev/null and b/static/alpes-maritimes-2018/img/aide-icon.png differ diff --git a/static/alpes-maritimes-2018/img/aide-personnalisee-icon.png b/static/alpes-maritimes-2018/img/aide-personnalisee-icon.png new file mode 100644 index 00000000..48e58f5d Binary files /dev/null and b/static/alpes-maritimes-2018/img/aide-personnalisee-icon.png differ diff --git a/static/alpes-maritimes-2018/img/apa-icon.png b/static/alpes-maritimes-2018/img/apa-icon.png new file mode 100644 index 00000000..7197f5da Binary files /dev/null and b/static/alpes-maritimes-2018/img/apa-icon.png differ diff --git a/static/alpes-maritimes-2018/img/apprentis-icon.png b/static/alpes-maritimes-2018/img/apprentis-icon.png new file mode 100644 index 00000000..9d41a350 Binary files /dev/null and b/static/alpes-maritimes-2018/img/apprentis-icon.png differ diff --git a/static/alpes-maritimes-2018/img/brevet-icon.png b/static/alpes-maritimes-2018/img/brevet-icon.png new file mode 100644 index 00000000..20082622 Binary files /dev/null and b/static/alpes-maritimes-2018/img/brevet-icon.png differ diff --git a/static/alpes-maritimes-2018/img/bus-icon.png b/static/alpes-maritimes-2018/img/bus-icon.png new file mode 100644 index 00000000..d2d0c504 Binary files /dev/null and b/static/alpes-maritimes-2018/img/bus-icon.png differ diff --git a/static/alpes-maritimes-2018/img/college-icon.png b/static/alpes-maritimes-2018/img/college-icon.png new file mode 100644 index 00000000..319a219a Binary files /dev/null and b/static/alpes-maritimes-2018/img/college-icon.png differ diff --git a/static/alpes-maritimes-2018/img/computer-icon.png b/static/alpes-maritimes-2018/img/computer-icon.png new file mode 100644 index 00000000..ca6a24fb Binary files /dev/null and b/static/alpes-maritimes-2018/img/computer-icon.png differ diff --git a/static/alpes-maritimes-2018/img/departement-logo.png b/static/alpes-maritimes-2018/img/departement-logo.png new file mode 100644 index 00000000..fa80b7e1 Binary files /dev/null and b/static/alpes-maritimes-2018/img/departement-logo.png differ diff --git a/static/alpes-maritimes-2018/img/doc-icon.png b/static/alpes-maritimes-2018/img/doc-icon.png new file mode 100644 index 00000000..0dc09a98 Binary files /dev/null and b/static/alpes-maritimes-2018/img/doc-icon.png differ diff --git a/static/alpes-maritimes-2018/img/eco-icon.png b/static/alpes-maritimes-2018/img/eco-icon.png new file mode 100644 index 00000000..8d55bd4d Binary files /dev/null and b/static/alpes-maritimes-2018/img/eco-icon.png differ diff --git a/static/alpes-maritimes-2018/img/etablissement-icon.png b/static/alpes-maritimes-2018/img/etablissement-icon.png new file mode 100644 index 00000000..0bba6014 Binary files /dev/null and b/static/alpes-maritimes-2018/img/etablissement-icon.png differ diff --git a/static/alpes-maritimes-2018/img/fond-evenements.png b/static/alpes-maritimes-2018/img/fond-evenements.png new file mode 100644 index 00000000..bd55388b Binary files /dev/null and b/static/alpes-maritimes-2018/img/fond-evenements.png differ diff --git a/static/alpes-maritimes-2018/img/fond-intro.png b/static/alpes-maritimes-2018/img/fond-intro.png new file mode 100644 index 00000000..d96832a5 Binary files /dev/null and b/static/alpes-maritimes-2018/img/fond-intro.png differ diff --git a/static/alpes-maritimes-2018/img/fond-rose-evenements.png b/static/alpes-maritimes-2018/img/fond-rose-evenements.png new file mode 100644 index 00000000..2376671b Binary files /dev/null and b/static/alpes-maritimes-2018/img/fond-rose-evenements.png differ diff --git a/static/alpes-maritimes-2018/img/fond-suggestions.png b/static/alpes-maritimes-2018/img/fond-suggestions.png new file mode 100644 index 00000000..21b98323 Binary files /dev/null and b/static/alpes-maritimes-2018/img/fond-suggestions.png differ diff --git a/static/alpes-maritimes-2018/img/fond.png b/static/alpes-maritimes-2018/img/fond.png new file mode 100644 index 00000000..cd606397 Binary files /dev/null and b/static/alpes-maritimes-2018/img/fond.png differ diff --git a/static/alpes-maritimes-2018/img/footer.png b/static/alpes-maritimes-2018/img/footer.png new file mode 100644 index 00000000..6f48af76 Binary files /dev/null and b/static/alpes-maritimes-2018/img/footer.png differ diff --git a/static/alpes-maritimes-2018/img/left-tip-arrow.png b/static/alpes-maritimes-2018/img/left-tip-arrow.png new file mode 100644 index 00000000..64f77c9e Binary files /dev/null and b/static/alpes-maritimes-2018/img/left-tip-arrow.png differ diff --git a/static/alpes-maritimes-2018/img/login-background.png b/static/alpes-maritimes-2018/img/login-background.png new file mode 100644 index 00000000..eef4120b Binary files /dev/null and b/static/alpes-maritimes-2018/img/login-background.png differ diff --git a/static/alpes-maritimes-2018/img/logo.png b/static/alpes-maritimes-2018/img/logo.png new file mode 100644 index 00000000..930d1505 Binary files /dev/null and b/static/alpes-maritimes-2018/img/logo.png differ diff --git a/static/alpes-maritimes-2018/img/mdph-icon.png b/static/alpes-maritimes-2018/img/mdph-icon.png new file mode 100644 index 00000000..c76a5080 Binary files /dev/null and b/static/alpes-maritimes-2018/img/mdph-icon.png differ diff --git a/static/alpes-maritimes-2018/img/page-header.png b/static/alpes-maritimes-2018/img/page-header.png new file mode 100644 index 00000000..0cc51b3a Binary files /dev/null and b/static/alpes-maritimes-2018/img/page-header.png differ diff --git a/static/alpes-maritimes-2018/img/suggestion-aceduc-icon.png b/static/alpes-maritimes-2018/img/suggestion-aceduc-icon.png new file mode 100644 index 00000000..665e3688 Binary files /dev/null and b/static/alpes-maritimes-2018/img/suggestion-aceduc-icon.png differ diff --git a/static/alpes-maritimes-2018/img/suggestion-maison-apa-icon.png b/static/alpes-maritimes-2018/img/suggestion-maison-apa-icon.png new file mode 100644 index 00000000..f13e7c1b Binary files /dev/null and b/static/alpes-maritimes-2018/img/suggestion-maison-apa-icon.png differ diff --git a/static/alpes-maritimes-2018/img/suggestion-privatisation-icon.png b/static/alpes-maritimes-2018/img/suggestion-privatisation-icon.png new file mode 100644 index 00000000..f431a434 Binary files /dev/null and b/static/alpes-maritimes-2018/img/suggestion-privatisation-icon.png differ diff --git a/static/alpes-maritimes-2018/img/suivi-icon.png b/static/alpes-maritimes-2018/img/suivi-icon.png new file mode 100644 index 00000000..a4e27bda Binary files /dev/null and b/static/alpes-maritimes-2018/img/suivi-icon.png differ diff --git a/static/alpes-maritimes-2018/img/tableau-icon.png b/static/alpes-maritimes-2018/img/tableau-icon.png new file mode 100644 index 00000000..081f2e86 Binary files /dev/null and b/static/alpes-maritimes-2018/img/tableau-icon.png differ diff --git a/static/alpes-maritimes-2018/img/wow.png b/static/alpes-maritimes-2018/img/wow.png new file mode 100644 index 00000000..ad2bf338 Binary files /dev/null and b/static/alpes-maritimes-2018/img/wow.png differ diff --git a/static/alpes-maritimes-2018/style.scss b/static/alpes-maritimes-2018/style.scss new file mode 100644 index 00000000..1fd447de --- /dev/null +++ b/static/alpes-maritimes-2018/style.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +@import 'vars'; +@import '../includes/publik'; +@import 'custom'; diff --git a/templates/variants/alpes-maritimes-2018/authentic2/login.html b/templates/variants/alpes-maritimes-2018/authentic2/login.html new file mode 100644 index 00000000..207c189c --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/authentic2/login.html @@ -0,0 +1,8 @@ +{% extends "../../authentic2/login.html" %} + +{% block login-pre %} +
+

AUTHENTIFIEZ-VOUS

+

SUR MES DEMARCHES 06

+
+{% endblock %} diff --git a/templates/variants/alpes-maritimes-2018/authentic2/login_password_form.html b/templates/variants/alpes-maritimes-2018/authentic2/login_password_form.html new file mode 100644 index 00000000..0d414511 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/authentic2/login_password_form.html @@ -0,0 +1,13 @@ +
+{% csrf_token %} +{{ form.as_p }} +{% if can_reset_password %} +

Vous avez oublié votre mot de passe ?

+
+ + {% if cancel %} + + {% endif %} +
+
+{% endif %} diff --git a/templates/variants/alpes-maritimes-2018/authentic2_auth_fc/login.html b/templates/variants/alpes-maritimes-2018/authentic2_auth_fc/login.html new file mode 100644 index 00000000..28c91c6e --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/authentic2_auth_fc/login.html @@ -0,0 +1,18 @@ +{% load staticfiles %} +{% load i18n %} + + +
+

OU IDENTIFIEZ-VOUS

+

AVEC FRANCE CONNECT

+
+ +
+ +
+
+
+
+{% if popup %}{% endif %} diff --git a/templates/variants/alpes-maritimes-2018/combo/json/desappairage.html b/templates/variants/alpes-maritimes-2018/combo/json/desappairage.html new file mode 100644 index 00000000..ea98f495 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/desappairage.html @@ -0,0 +1,17 @@ +{% load combo %} + +{% if json.data %} + +{% if json.data.dossier.DEMANDES %} + +{% for demande in json.data.dossier.DEMANDES %} +{% if demande.ETAPE == "Décision d'accord" %} +

Faire un déclaration d'aggravation ou une demande de révision

+{% endif %} +{% endfor %} + +{% endif %} + +

⏏ Désappairer mon dossier

+ +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/detail-dune-demande-ad.html b/templates/variants/alpes-maritimes-2018/combo/json/detail-dune-demande-ad.html new file mode 100644 index 00000000..9ba3e082 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/detail-dune-demande-ad.html @@ -0,0 +1,65 @@ +{% load combo %} + +{% if json.data %} + +

Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}

+ +{% if json.data.dossier.DEMANDES.AD %} +{% for demande in json.data.dossier.DEMANDES.AD %} +{% if demande.ID_MES == request.GET.demande %} + +

{{ demande.TYPE_MESURE }}

+ +

Progression de la demande

+

+{% for etape in demande.LISTE_ETAPES %} +{% if etape.A_SURLIGNER == "O" %} + +{% endif %} +{{ etape.CATEGORIE }} +{% if etape.A_SURLIGNER == "O" %} + +{% endif %} +{% if not forloop.last %} > {% endif %} +{% endfor %} +

+ +{% for etape in demande.LISTE_ETAPES %} + +{% if etape.A_SURLIGNER == "O" %} + +{% for etp in etape.ETP %} +{% if etp.TYP_CHAMP == "L" %} +

Étape actuelle : {{etp.ETAPE}}

+

{{etp.LIBELLE_CHAMP}}

+{% endif %} +{% endfor %} + +{% if etape.ETP|length > 1 %} + +

Informations supplémentaires

+{% for etp in etape.ETP %} +{% if etp.TYP_CHAMP == "D" %} +

{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}

+{% endif %} +{% if etp.TYP_CHAMP == "S" %} +

{{etp.LIBELLE_CHAMP}} : +

+

+{% endif %} +{% if etp.TYP_CHAMP == "M" and ept.VALEUR_MEMO_CHAMP %} +

{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_MEMO_CHAMP}}

+{% endif %} +{% endfor %} +{% endif %} +{% endif %} +{% endfor %} + +{% endif %} +{% endfor %} +{% endif %} +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/detail-dune-demande-ph.html b/templates/variants/alpes-maritimes-2018/combo/json/detail-dune-demande-ph.html new file mode 100644 index 00000000..10b6ef18 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/detail-dune-demande-ph.html @@ -0,0 +1,65 @@ +{% load combo %} + +{% if json.data %} + +

Dossier Handicap : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}

+ +{% if json.data.dossier.DEMANDES.PH %} +{% for demande in json.data.dossier.DEMANDES.PH %} +{% if demande.ID_MES == request.GET.demande %} + +

{{ demande.TYPE_MESURE }}

+ +

Progression de la demande

+

+{% for etape in demande.LISTE_ETAPES %} +{% if etape.A_SURLIGNER == "O" %} + +{% endif %} +{{ etape.CATEGORIE }} +{% if etape.A_SURLIGNER == "O" %} + +{% endif %} +{% if not forloop.last %} > {% endif %} +{% endfor %} +

+ +{% for etape in demande.LISTE_ETAPES %} + +{% if etape.A_SURLIGNER == "O" %} + +{% for etp in etape.ETP %} +{% if etp.TYP_CHAMP == "L" %} +

Étape actuelle : {{etp.ETAPE}}

+

{{etp.LIBELLE_CHAMP}}

+{% endif %} +{% endfor %} + +{% if etape.ETP|length > 1 %} + +

Informations supplémentaires

+{% for etp in etape.ETP %} +{% if etp.TYP_CHAMP == "D" %} +

{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_CHAMP}}

+{% endif %} +{% if etp.TYP_CHAMP == "S" %} +

{{etp.LIBELLE_CHAMP}} : +

+

+{% endif %} +{% if etp.TYP_CHAMP == "M" and ept.VALEUR_MEMO_CHAMP %} +

{{etp.LIBELLE_CHAMP}} : {{etp.VALEUR_MEMO_CHAMP}}

+{% endif %} +{% endfor %} +{% endif %} +{% endif %} +{% endfor %} + +{% endif %} +{% endfor %} +{% endif %} +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/dossier-de-beneficiaire.html b/templates/variants/alpes-maritimes-2018/combo/json/dossier-de-beneficiaire.html new file mode 100644 index 00000000..0c89da10 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/dossier-de-beneficiaire.html @@ -0,0 +1,189 @@ +{% load combo %} + +{% if json.data %} + + +
+

{{json.data.dossier.IDENTIFICATION.0.PRENOM}} {{json.data.dossier.IDENTIFICATION.0.NOM}}

+
+ +
+
+

Vos références

+

+{% if json.data.dossier.IDENTIFICATION.0.REF_UTI_DOS %}Numéro de dossier (REF_UTI_DOS) : {{json.data.dossier.IDENTIFICATION.0.REF_UTI_DOS}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.IDDOS %}Numéro de dossier (IDDOS) : {{json.data.dossier.IDENTIFICATION.0.IDDOS}}
{% endif %} +

+
+
+ +
+
+

Vous

+

+{% if json.data.dossier.IDENTIFICATION.0.PRENOM %}Prénom : {{json.data.dossier.IDENTIFICATION.0.PRENOM}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.NOM %}Nom : {{json.data.dossier.IDENTIFICATION.0.NOM}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE %}Nom de naissance : {{json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.SEXE %}Sexe : {{json.data.dossier.IDENTIFICATION.0.SEXE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE %}Date de naissance : {{json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.DPT_NAIS %}Département de naissance : {{json.data.dossier.IDENTIFICATION.0.DPT_NAIS}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.PAYS_NAIS %}Pays de naissance : {{json.data.dossier.IDENTIFICATION.0.PAYS_NAIS}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.NATIONALITE %}Nationalité : {{json.data.dossier.IDENTIFICATION.0.NATIONALITE}}
{% endif %} +

+
+
+ +
+
+

Vos coordonnées

+

+Adresse : +{% if json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_COD_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_COD_VOIE_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_VOIE_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.CODE_POSTAL %}{{json.data.dossier.IDENTIFICATION.0.CODE_POSTAL}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.VILLE %}{{json.data.dossier.IDENTIFICATION.0.VILLE}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_PAY_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_PAY_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE %}
Complément d'adresse : {{json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.TEL_FIXE %}Téléphone fixe : {{json.data.dossier.IDENTIFICATION.0.TEL_FIXE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.TEL_MOBILE %}Téléphone mobile : {{json.data.dossier.IDENTIFICATION.0.TEL_MOBILE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.MAIL %}Adresse de courriel : {{json.data.dossier.IDENTIFICATION.0.MAIL}}
{% endif %} +

+
+
+ +
+
+

Vos informations d'assuré social

+

+{% if json.data.dossier.IDENTIFICATION.0.NSS %}Numéro d'assuré social : {{json.data.dossier.IDENTIFICATION.0.NSS}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.CAISSE_RETRAITE %}Caisse de retraite : {{json.data.dossier.IDENTIFICATION.0.CAISSE_RETRAITE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.NUM_AFFILIATION %}Numéro d’affiliation à la caisse de retraite : {{json.data.dossier.IDENTIFICATION.0.NUM_AFFILIATION}}
{% endif %} +

+
+
+ +
+
+

Votre situation familiale

+

+{% if json.data.dossier.IDENTIFICATION.0.SIT_FAM%}Situation familiale : {{json.data.dossier.IDENTIFICATION.0.SIT_FAM}}
{% endif %} +

+
+
+ +{% if json.data.dossier.IDENTIFICATION.0.CONJOINT %} +
+
+

Votre conjoint

+{% for conjoint in json.data.dossier.IDENTIFICATION.0.CONJOINT%} +

+{% if conjoint.PRENOM %}Prénom : {{conjoint.PRENOM}}
{% endif %} +{% if conjoint.NOM %}Nom : {{conjoint.NOM}}
{% endif %} +{% if conjoint.NU_VOIE_ADR %}{{conjoint.NU_VOIE_ADR}} {% endif %} +{% if conjoint.LB_COD_BTQ_ADR %}{{conjoint.LB_COD_BTQ_ADR}} {% endif %} +{% if conjoint.LB_COD_VOIE_ADR %}{{conjoint.LB_COD_VOIE_ADR}} {% endif %} +{% if conjoint.LB_VOIE_ADR %}{{conjoint.LB_VOIE_ADR}} {% endif %} +{% if conjoint.CODE_POSTAL %}{{conjoint.CODE_POSTAL}} {% endif %} +{% if conjoint.VILLE %}{{conjoint.VILLE}} {% endif %} +{% if conjoint.LB_PAY_ADR %}{{conjoint.LB_PAY_ADR}} {% endif %} +{% if conjoint.COMPLEMENT_ADRESSE %}Complément d'adresse : {{conjoint.COMPLEMENT_ADRESSE}}
{% endif %} +{% if conjoint.TEL_FIXE %}Téléphone fixe : {{conjoint.TEL_FIXE}}
{% endif %} +{% if conjoint.TEL_MOBILE %}Téléphone mobile : {{conjoint.TEL_MOBILE}}
{% endif %} +{% if conjoint.MAIL %}Adresse de courriel : {{conjoint.MAIL}}
{% endif %} +{% if conjoint.NSS %}Numéro d'assuré social : {{conjoint.NSS}}
{% endif %} +{% if conjoint.CAISSE_RETRAITE %}Caisse de retraite : {{conjoint.CAISSE_RETRAITE}}
{% endif %} +

+{% endfor %} +
+
+{% endif %} + +{% if json.data.dossier.IDENTIFICATION.0.CONTACTS %} +
+
+

Vos contacts

+{% for contact in json.data.dossier.IDENTIFICATION.0.CONTACTS %} +

+{% if contact.PRENOM %}Prénom : {{contact.PRENOM}}
{% endif %} +{% if contact.NOM %}Nom : {{contact.NOM}}
{% endif %} +{% if contact.NU_VOIE_ADR %}{{contact.NU_VOIE_ADR}} {% endif %} +{% if contact.LB_COD_BTQ_ADR %}{{contact.LB_COD_BTQ_ADR}} {% endif %} +{% if contact.LB_COD_VOIE_ADR %}{{contact.LB_COD_VOIE_ADR}} {% endif %} +{% if contact.LB_VOIE_ADR %}{{contact.LB_VOIE_ADR}} {% endif %} +{% if contact.CODE_POSTAL %}{{contact.CODE_POSTAL}} {% endif %} +{% if contact.VILLE %}{{contact.VILLE}} {% endif %} +{% if contact.LB_PAY_ADR %}{{contact.LB_PAY_ADR}} {% endif %} +{% if contact.COMPLEMENT_ADRESSE %}Complément d'adresse : {{contact.COMPLEMENT_ADRESSE}}
{% endif %} +{% if contact.TEL_FIXE %}Téléphone fixe : {{contact.TEL_FIXE}}
{% endif %} +{% if contact.TEL_MOBILE %}Téléphone mobile : {{contact.TEL_MOBILE}}
{% endif %} +{% if contact.MAIL %}Adresse de courriel : {{contact.MAIL}}
{% endif %} +{% if contact.RELATION %}Type de relation : + {% if contact.RELATION == 'TYP_CNT_AID' %}Aidant + {% elif contact.RELATION == 'TYP_CNT_PAR' %}Parent + {% else %}Inconnu + {% endif %} +
{% endif %} +

+{% endfor %} +
+
+{% endif %} + + +{% if json.data.dossier.DEMANDES %} +
+
+ +

Vos Demandes

+ +{% for demande in json.data.dossier.DEMANDES %} +

{{demande.DT_DMD}} - {{demande.TYPE_MESURE}} - {{demande.ETAPE}}

+

+Identifiant de la demande : {{demande.ID_MES}}
+Type de mesure : {{demande.TYPE_MESURE}}
+Catégorie : {{demande.CATEGORIE}}
+Statut actuel : {{demande.ETAPE}}
+Date de la demande : {{demande.DT_DMD}}
+

+ + +{% endfor %} + + +
+
+{% endif %} + + +{% if json.data.dossier.DROITS %} +
+
+

Vos Droits

+ +
+
+{% endif %} + +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/enlever-un-dossier-avec-preselection.html b/templates/variants/alpes-maritimes-2018/combo/json/enlever-un-dossier-avec-preselection.html new file mode 100644 index 00000000..2e6e9ab1 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/enlever-un-dossier-avec-preselection.html @@ -0,0 +1 @@ +

Enlever ce dossier de mon compte

\ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/enlever-un-dossier-sans-preselection.html b/templates/variants/alpes-maritimes-2018/combo/json/enlever-un-dossier-sans-preselection.html new file mode 100644 index 00000000..c8accd15 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/enlever-un-dossier-sans-preselection.html @@ -0,0 +1,7 @@ +{% load combo %} + +{% if json.data %} + +

Je souhaite enlever un dossier à mon profil

+ +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/informations-generales-dun-dossier.html b/templates/variants/alpes-maritimes-2018/combo/json/informations-generales-dun-dossier.html new file mode 100644 index 00000000..c33f69c2 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/informations-generales-dun-dossier.html @@ -0,0 +1,35 @@ +{% load combo %} + +{% if json.data %} + +

Informations personnelles

+

+ +{% if json.data.dossier.IDENTIFICATION.0.SEXE and json.data.dossier.IDENTIFICATION.0.SEXE == 'F' %}Madame{% else %}Monsieur{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.PRENOM %} {{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.NOM %} {{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE %} né(e) {{json.data.dossier.IDENTIFICATION.0.NOM_NAISSANCE}}{% endif %} +
+ +Date de naissance : {% if json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE %}{{json.data.dossier.IDENTIFICATION.0.DATE_NAISSANCE}}{% endif %} +
+
+ +Adresse : +{% if json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.NU_VOIE_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_COD_BTQ_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_COD_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_COD_VOIE_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_VOIE_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_VOIE_ADR}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.CODE_POSTAL %}{{json.data.dossier.IDENTIFICATION.0.CODE_POSTAL}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.VILLE %}{{json.data.dossier.IDENTIFICATION.0.VILLE}} {% endif %} +{% if json.data.dossier.IDENTIFICATION.0.LB_PAY_ADR %}{{json.data.dossier.IDENTIFICATION.0.LB_PAY_ADR}}{% endif %} +
+{% if json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE %}Complément d'adresse : {{json.data.dossier.IDENTIFICATION.0.COMPLEMENT_ADRESSE}}
{% endif %} +
+ +{% if json.data.dossier.IDENTIFICATION.0.TEL_FIXE %}Téléphone fixe : {{json.data.dossier.IDENTIFICATION.0.TEL_FIXE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.TEL_MOBILE %}Téléphone mobile : {{json.data.dossier.IDENTIFICATION.0.TEL_MOBILE}}
{% endif %} +{% if json.data.dossier.IDENTIFICATION.0.MAIL %}Adresse de courriel : {{json.data.dossier.IDENTIFICATION.0.MAIL}}
{% endif %} +

+ +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/lien-retour-dans-dossier.html b/templates/variants/alpes-maritimes-2018/combo/json/lien-retour-dans-dossier.html new file mode 100644 index 00000000..490e3644 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/lien-retour-dans-dossier.html @@ -0,0 +1 @@ +

↩ Retour

diff --git a/templates/variants/alpes-maritimes-2018/combo/json/lien-vers-demande-de-revision-apa-preremplie.html b/templates/variants/alpes-maritimes-2018/combo/json/lien-vers-demande-de-revision-apa-preremplie.html new file mode 100644 index 00000000..aded4dd4 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/lien-vers-demande-de-revision-apa-preremplie.html @@ -0,0 +1,15 @@ +{% load combo %} + +{% if json.data %} + +{% if json.data.dossier.DEMANDES %} + +{% for demande in json.data.dossier.DEMANDES %} +{% if demande.ETAPE == "Décision d'accord"%} +

Faire une révision APA

+{% endif %} +{% endfor %} + +{% endif %} + +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/lien-vers-le-signalement-de-changement-de-coordonnees-preremplie.html b/templates/variants/alpes-maritimes-2018/combo/json/lien-vers-le-signalement-de-changement-de-coordonnees-preremplie.html new file mode 100644 index 00000000..c5a3618b --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/lien-vers-le-signalement-de-changement-de-coordonnees-preremplie.html @@ -0,0 +1 @@ +

Signaler un changement de coordonnées

\ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/liens-vers-les-sous-dossiers.html b/templates/variants/alpes-maritimes-2018/combo/json/liens-vers-les-sous-dossiers.html new file mode 100644 index 00000000..e1ee4778 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/liens-vers-les-sous-dossiers.html @@ -0,0 +1,19 @@ +{% load combo %} + +{% if json.data %} + +{% if json.data.dossier.DEMANDES %} + {% if json.data.dossier.DEMANDES.AD and json.data.dossier.DEMANDES.PH %} +

Consulter mes dossiers

+ {% else %} +

Consulter mon dossier

+ {% endif %} + {% if json.data.dossier.DEMANDES.AD %} + Dossier AUTONOMIE + {% endif %} + {% if json.data.dossier.DEMANDES.PH %} + Dossier HANDICAP + {% endif %} +{% endif %} + +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/liste-des-dossiers.html b/templates/variants/alpes-maritimes-2018/combo/json/liste-des-dossiers.html new file mode 100644 index 00000000..500ffee5 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/liste-des-dossiers.html @@ -0,0 +1,9 @@ +{% load combo %} +{% if json.data %} + +

Mes dossiers ({{json.data|length}})

+{% for line in json.data %} +

{{line.dossier.IDENTIFICATION.0.PRENOM}} {{line.dossier.IDENTIFICATION.0.NOM}}

+{% endfor %} + +{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/menu-des-beneficiaires.html b/templates/variants/alpes-maritimes-2018/combo/json/menu-des-beneficiaires.html new file mode 100644 index 00000000..a1521ebc --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/menu-des-beneficiaires.html @@ -0,0 +1,25 @@ +{% load combo %} +{% if json.data %} + +
+{% if json.data|length == 1 %} +

▶ Accéder à mon dossier
{{json.data.0.dossier.IDENTIFICATION.0.PRENOM}} {{json.data.0.dossier.IDENTIFICATION.0.NOM}}

+{% else %} +

Mes dossiers ({{json.data|length}})

+{% for line in json.data %} +

▶ {{line.dossier.IDENTIFICATION.0.PRENOM}} {{line.dossier.IDENTIFICATION.0.NOM}}

+{% endfor %} +{% endif %} +
+{% endif %} + +
+{% if json.data|length == 1 %} +

⏏ Désappairer mon dossier

+{% elif json.data|length > 1%} +

Enlever un dossier de mon compte

+

⏏ Désappairer un dossier


+{% endif %} +
+ +{% if json.data %}
{% endif %} \ No newline at end of file diff --git a/templates/variants/alpes-maritimes-2018/combo/json/sous-dossier-autonomie.html b/templates/variants/alpes-maritimes-2018/combo/json/sous-dossier-autonomie.html new file mode 100644 index 00000000..19e44100 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/combo/json/sous-dossier-autonomie.html @@ -0,0 +1,68 @@ +{% load combo %} + +{% if json.data %} + +

Dossier Autonomie : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %}

+ +{% if json.data.dossier.DEMANDES.AD %} + +

Mes demandes

+ +

État d'avancement de vos demandes à ce jour.

+ + + + + + + + + + + +{% for demande in json.data.dossier.DEMANDES.AD %} + + + + + + + + + +{% endfor %} +
Réception de la demandeObjetÉtatÉtape d'avancementEn savoir +
{{demande.DT_DMD}}{{demande.TYPE_MESURE}}{{demande.ETAPE}}{% for etape in demande.LISTE_ETAPES %}{% if etape.A_SURLIGNER == 'O' %}{{etape.CATEGORIE}}{% endif %}{% endfor %}+
+ +{% endif %} + + +{% if json.data.dossier.DROITS.AD %} + +

Mes droits

+ +

Droits en cours.

+ + + + + + + + + +{% for droit in json.data.dossier.DROITS.AD %} + + + + + + + + +{% endfor %} + +
ObjetDate de débutDate de finDécision
{{droit.LIBELLE}}{{droit.DATE_DEBUT}}{{droit.DATE_FIN}}{{droit.DEC_PREST}}
Dossier Handicap : {% if json.data.dossier.IDENTIFICATION.0.PRENOM %}{{json.data.dossier.IDENTIFICATION.0.PRENOM}}{% endif %} {% if json.data.dossier.IDENTIFICATION.0.NOM %}{{json.data.dossier.IDENTIFICATION.0.NOM}}{% endif %} + +{% if json.data.dossier.DEMANDES.PH %} + +

Mes demandes

+ +

État d'avancement de vos demandes à ce jour.

+ + + + + + + + + + + +{% for demande in json.data.dossier.DEMANDES.PH %} + + + + + + + + + +{% endfor %} +
Réception de la demandeObjetÉtatÉtape d'avancementEn savoir +
{{demande.DT_DMD}}{{demande.TYPE_MESURE}}{{demande.ETAPE}}{% for etape in demande.LISTE_ETAPES %}{% if etape.A_SURLIGNER == 'O' %}{{etape.CATEGORIE}}{% endif %}{% endfor %}+
+ +{% endif %} + + +{% if json.data.dossier.DROITS.PH %} + +

Mes droits

+ +

Droits en cours.

+ + + + + + + + + +{% for droit in json.data.dossier.DROITS.PH %} + + + + + + + + +{% endfor %} + +
ObjetDate de débutDate de finDécision
{{droit.LIBELLE}}{{droit.DATE_DEBUT}}{{droit.DATE_FIN}}{{droit.DEC_PREST}}
+
+ {% placeholder "homepage-header" name="En-tête" %} +
+
+ {% placeholder "homepage-intro" name="Intro" %} +
+
+ {% placeholder "homepage-suggestions" name="Suggestions" %} +
+
+
+ {% placeholder "events-header" name="En-tête des inscriptions et évènements" %} +
+
+ {% placeholder "events" name="Inscriptions et évènements" %} +
+
+
+ {% placeholder "content" name="Content" %} +
+
+
+ {% placeholder "pre-footer-title" name="Titre de l'en-tête du pied de page" %} +
+
+ {% placeholder "pre-footer" name="En-tête du pied de page" %} +
+
+ +{% endblock %} diff --git a/templates/variants/alpes-maritimes-2018/theme.html b/templates/variants/alpes-maritimes-2018/theme.html new file mode 100644 index 00000000..b4efdfb1 --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/theme.html @@ -0,0 +1,7 @@ +{% extends '../../theme.html' %} + +{% block header-post %} +
+ +
+{% endblock %} diff --git a/templates/variants/alpes-maritimes-2018/wcs/base.html b/templates/variants/alpes-maritimes-2018/wcs/base.html new file mode 100644 index 00000000..b31437ed --- /dev/null +++ b/templates/variants/alpes-maritimes-2018/wcs/base.html @@ -0,0 +1,31 @@ +{% extends theme_base %} +{% load static %} + +{% block extra-top-head %} +{{script|safe}} + +{% endblock %} + +{% block extra-body-class %} +{{ block.super }} +{% if form_slug %} + {% if category_slug %}formdef-category-{{category_slug}}{% endif %} + formdef-{{form_slug}} +{% endif %} +{% endblock %} + +{% block placeholder-content %} + {% block content %} +
+ {% if title %}

{{ title }}

{% endif %} + {% if gauche %} +
+ {{ gauche|safe }} +
+ {% endif %} + {% block body %} + {{ body|safe }} + {% endblock %} +
+ {% endblock %} +{% endblock %}