HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/pm/app/Views/contracts/contract_parts/contract_info.php
<div style="line-height: 10px;"></div><?php
if (isset($contract_info->custom_fields) && $contract_info->custom_fields) {
    foreach ($contract_info->custom_fields as $field) {
        if ($field->value) {
            echo "<span>" . $field->custom_field_title . ": " . view("custom_fields/output_" . $field->custom_field_type, array("value" => $field->value)) . "</span><br />";
        }
    }
}
?>
<span><?php echo app_lang("contract_date") . ": " . format_to_date($contract_info->contract_date, false); ?></span><br />
<span><?php echo app_lang("valid_until") . ": " . format_to_date($contract_info->valid_until, false); ?></span>