{% include 'includes/company-home-header.html.twig' %} <style> hr.line { border: 1px solid black; } .main-div{ width:100%; height:1200px; margin-bottom:110px; } .right{ width:75%; float:left; background-color:#FCFFFE; height:1108px; padding:16px; } .center{ width:150px; height:150px; border-radius:76px; } .table-about{ font-style:oblique 40deg; padding:15px; font-style: oblique 40deg; width: 90%; margin: auto; } .profile{ /*padding-left:40%;*/ text-align:center!important; padding-bottom:15px; } .profile h4{ text-transform:uppercase; font-family: fangsong; letter-spacing: 1px; text-shadow: 1px 1px 2px black; } .form-group{ border-radius:10px; box-shadow: var(--box-shadow); } .about{ padding:15px; } .left{ height:1108px!important; } td{ border-bottom:1px solid #dfdfe0; padding:5px; color:#0c1d3d; }</style> <div class="main-div"> {% include 'includes/company-sidebar.html.twig' %} <div class="right"> {#{% for repos in Companies %}#} <h1 class="heading" style="font-size:30px;" id="about-company"> About <span style="width:554px;">{{Companies.businessName}}</span></h1> <div class="form-group"> {#<label class="control-label" for="">Business Name:</label> <a onclick="location.href='/templates/Companies/detail.html.twig'">{{repos.businessName}} </a>#} {#Company Name: <a href="{{repos}}" target="_blank">{{repos.businessName}}</a></br>#} {# <div class="profile"> <img src="/var/assets{{ Companies.ownerImage }}" class="center"> <h4>{{Companies.businessOwner}}</h4> </div> #} <div class="about"> {{Companies.AboutTheCompany | raw }} </div> <table class="table-about"> <tbody> <tr class="tr"> <td>Company Name</td> <td>{{Companies.businessName}}</td> </tr> <tr class="tr"> <td>Company Address Line1</td> <td>{{Companies.streetAddress}}</td> </tr> <tr class="tr"> <td>Company Address Line2</td> <td>{{Companies.streetAddressLine2}}</td> </tr> <tr class="tr"> <td>City</td> <td>{{Companies.city}}</td> </tr> <tr class="tr"> <td>State</td> <td>{{Companies.state}}</td> </tr> <tr class="tr"> <td>Pincode</td> <td>{{Companies.pincode}}</td> </tr> <tr class="tr"> <td>Country</td> <td>{{Companies.countryName}}</td> </tr> <tr class="tr"> <td>Text to Dispaly</td> <td>{{Companies.textToDisplay}}</td> </tr> <tr class="tr"> <td>Target</td> <td>{{Companies.target}}</td> </tr> <tr class="tr"> <td>Registration Type</td> <td>{{Companies.registrationType}}</td> </tr> <tr class="tr"> <td>CIN</td> <td>{{Companies.cin}}</td> </tr> <tr class="tr"> <td>Company Status</td> <td>{{Companies.companyStatus}}</td> </tr> <tr class="tr"> <td>RoC</td> <td>{{Companies.roc}}</td> </tr> <tr class="tr"> <td>Registration No</td> <td>{{Companies.registrationNo}}</td> </tr> <tr class="tr"> <td>Company Category</td> <td>{{Companies.companyCategory}}</td> </tr> <tr class="tr"> <td>Company Sub Category</td> <td>{{Companies.companySubCategory}}</td> </tr> <tr class="tr"> <td>Class Of Company</td> <td>{{Companies.classOfCompany}}</td> </tr> <tr class="tr"> <td>Date Of Incorpation</td> <td>{{Companies.dateOfIncorporation}}</td> </tr> <tr class="tr"> <td>Age Of Company</td> <td>{{Companies.ageOfCompany}}</td> </tr> <tr class="tr"> <td>Activity</td> <td>{{Companies.activity}}</td> </tr> <tr class="tr"> <td>Number of Members</td> <td>{{Companies.numberOfMembers}}</td> </tr> </tbody> </table> </div> {#{% endfor %}#} </div> </div> {% include 'includes/company-footer.html.twig' %}